summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-07-26 23:27:40 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-07-26 23:27:40 +0000
commit7d0670e755c689eed12af0f8b89b936557f897c9 (patch)
treeda4288905c52482a6b6f5cfbae24c971c7c26d9b /src/map/map.h
parentb963aedae50de5e9238e1dc2d2d6fdf93cbbe302 (diff)
downloadhercules-7d0670e755c689eed12af0f8b89b936557f897c9.tar.gz
hercules-7d0670e755c689eed12af0f8b89b936557f897c9.tar.bz2
hercules-7d0670e755c689eed12af0f8b89b936557f897c9.tar.xz
hercules-7d0670e755c689eed12af0f8b89b936557f897c9.zip
* Cleaned up mob drop code, crashfix is still needed though...
* Reduced ignore-list length to 20, added proper reply packet * Cleaned up some very poorly written pm-ignore code (see r141) * Fixed a typo in Warp Portal code displaying an incorrect map name git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10915 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 1ecaf68b7..6722b7ed4 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -57,7 +57,7 @@
#define MAX_LEVEL 99
#define MAX_WALKPATH 32
#define MAX_DROP_PER_MAP 48
-#define MAX_IGNORE_LIST 80
+#define MAX_IGNORE_LIST 20 // official is 14
#define MAX_VENDING 12
#define MOBID_EMPERIUM 1288