diff options
Diffstat (limited to 'src/operate.cc')
| -rw-r--r-- | src/operate.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/operate.cc b/src/operate.cc index 54bb4f2..5e2c964 100644 --- a/src/operate.cc +++ b/src/operate.cc @@ -998,7 +998,7 @@ void NotifyTrades(Object Obj){ return; } - TFindCreatures Search(14, 12, Obj, FIND_PLAYERS); + TFindCreatures Search(16, 14, Obj, FIND_PLAYERS); while(true){ uint32 CharacterID = Search.getNext(); if(CharacterID == 0){ @@ -1065,7 +1065,7 @@ void CloseContainer(Object Con, bool Force){ return; } - TFindCreatures Search(14, 12, Con, FIND_PLAYERS); + TFindCreatures Search(16, 14, Con, FIND_PLAYERS); while(true){ uint32 CharacterID = Search.getNext(); if(CharacterID == 0){ |
