diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-01 19:23:34 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-01 19:23:34 +0000 |
commit | 2dacee219b06865608d5444fd9335aa58644ce91 (patch) | |
tree | 60a7a2664623e0fc822ac58120989c106ba46c76 /src/map/map.h | |
parent | a88aee47d252975ad8f6264c6fbde0e4f0c42836 (diff) | |
download | hercules-2dacee219b06865608d5444fd9335aa58644ce91.tar.gz hercules-2dacee219b06865608d5444fd9335aa58644ce91.tar.bz2 hercules-2dacee219b06865608d5444fd9335aa58644ce91.tar.xz hercules-2dacee219b06865608d5444fd9335aa58644ce91.zip |
* Implemented the fix for Slim Pitcher working on WoESE objects (bugreport:3618).
* Added SC_SPIRIT to the list of buffs that are dispelled when the player logs out.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14115 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 5fc6739a1..d76b7fabe 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -45,6 +45,11 @@ struct item_data; #define MAX_IGNORE_LIST 20 // official is 14 #define MAX_VENDING 12 #define MOBID_EMPERIUM 1288 +// Added definitions for WoESE objects. [L0ne_W0lf] +#define MOBID_BARRICADE1 1905 +#define MOBID_BARRICADE2 1906 +#define MOBID_GUARIDAN_STONE1 1907 +#define MOBID_GUARIDAN_STONE2 1908 //The following system marks a different job ID system used by the map server, //which makes a lot more sense than the normal one. [Skotlex] |