diff options
Diffstat (limited to 'src/map/log.h')
-rw-r--r-- | src/map/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/log.h b/src/map/log.h index 753ec9812..0e03bf0d8 100644 --- a/src/map/log.h +++ b/src/map/log.h @@ -34,7 +34,7 @@ enum log_what { LOG_TRADES = 0x002, LOG_VENDING = 0x004, LOG_PLAYER_ITEMS = 0x008, // dropped/picked - LOG_MONTER_ITEMS = 0x010, // dropped/looted + LOG_MONSTER_ITEMS = 0x010, // dropped/looted LOG_NPC_TRANSACTIONS = 0x020, // npc shops? LOG_SCRIPT_TRANSACTIONS = 0x040, LOG_STOLEN_ITEMS = 0x080, // stolen from mobs |