diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-28 19:21:40 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-28 19:21:40 +0000 |
commit | 58aa5f00185701b698eaf6e514d89276e41d20d7 (patch) | |
tree | 28c8f0b999bdf19ae0fdaf797c15eb89e7de8bae /src/map/log.h | |
parent | 10cd9e4aebf9efa7f12a357499e63ef0479947cf (diff) | |
download | hercules-58aa5f00185701b698eaf6e514d89276e41d20d7.tar.gz hercules-58aa5f00185701b698eaf6e514d89276e41d20d7.tar.bz2 hercules-58aa5f00185701b698eaf6e514d89276e41d20d7.tar.xz hercules-58aa5f00185701b698eaf6e514d89276e41d20d7.zip |
* Removed ridiculous refine_posword config switch
* TODO: remove getequipname() func, it can be fully replaced by editing a few scripts, plus it doesn't do what the docs say it should do
* Fixed a silly mistake in the main script engine loop ('pos' variable)
* Fixed monter -> monster typos
* Compacted some script function code (fewer LoC -> faster trac :)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10923 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 |