aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/map.hh2
-rw-r--r--src/operate.cc4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/map.hh b/src/map.hh
index bbd77fc..12a4143 100644
--- a/src/map.hh
+++ b/src/map.hh
@@ -13,7 +13,7 @@ enum : uint8 {
STATUS_SWAPPED = 2,
// TODO(fusion): It seems this is only used with the `NONE` entry in the
- // hash table. I haven't seen it used **yet** but It may have a purpose
+ // hash table. I haven't seen it used **yet** but it may have a purpose
// aside from preventing swap outs.
STATUS_PERMANENT = 255,
};
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){