diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-23 23:15:40 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-23 23:15:40 +0000 |
commit | eb3c92c2cc583e236fa8ede64eaa6f6ae506c665 (patch) | |
tree | 7c228b1451c88de5440c6ad1b967100e1fd81d52 /src/map/status.c | |
parent | f9bb6cca7f02a7b80d39f1f163d4fccfd096b315 (diff) | |
download | hercules-eb3c92c2cc583e236fa8ede64eaa6f6ae506c665.tar.gz hercules-eb3c92c2cc583e236fa8ede64eaa6f6ae506c665.tar.bz2 hercules-eb3c92c2cc583e236fa8ede64eaa6f6ae506c665.tar.xz hercules-eb3c92c2cc583e236fa8ede64eaa6f6ae506c665.zip |
Hello and welcome to BUG TRACKER NIGHT!
The first dish of the night, bugreport:6018 has been fixed. new carts are now removed properly.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16330 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index d7e9fd35e..fcbe2afd9 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -854,7 +854,8 @@ void initChangeTables(void) { StatusIconChangeTable[SC_PETROLOGY] = SI_PETROLOGY; StatusIconChangeTable[SC_CURSED_SOIL] = SI_CURSED_SOIL; StatusIconChangeTable[SC_UPHEAVAL] = SI_UPHEAVAL; - + StatusIconChangeTable[SC_PUSH_CART] = SI_ON_PUSH_CART; + //Other SC which are not necessarily associated to skills. StatusChangeFlagTable[SC_ASPDPOTION0] = SCB_ASPD; StatusChangeFlagTable[SC_ASPDPOTION1] = SCB_ASPD; |