diff options
author | Dastgir <dastgir@users.noreply.github.com> | 2015-12-25 21:54:46 +0530 |
---|---|---|
committer | Dastgir <dastgir@users.noreply.github.com> | 2015-12-25 21:54:46 +0530 |
commit | 22d3fac0c9a9c39a4f3b544867ba1de4d8d2ecaa (patch) | |
tree | 3b5e3330375ef0c5533698a2deb70a8a20bbd638 /src/map/status.h | |
parent | 87f3e94c164cdd3f4b0b656285140f931fb90860 (diff) | |
parent | 2dd2e23be8031e007708b6641736f5821c2abb82 (diff) | |
download | hercules-22d3fac0c9a9c39a4f3b544867ba1de4d8d2ecaa.tar.gz hercules-22d3fac0c9a9c39a4f3b544867ba1de4d8d2ecaa.tar.bz2 hercules-22d3fac0c9a9c39a4f3b544867ba1de4d8d2ecaa.tar.xz hercules-22d3fac0c9a9c39a4f3b544867ba1de4d8d2ecaa.zip |
Merge pull request #1009 from Jedzkie/ItemDB_Updates
ItemDB Updates
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index 3bf862163..5996e8c2e 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -817,6 +817,14 @@ typedef enum sc_type { SC_STEAMPACK, SC_MOVHASTE_POTION, SC_MOVESLOW_POTION, + SC_BUCHEDENOEL, + SC_PHI_DEMON, + SC_PROMOTE_HEALTH_RESERCH, + SC_ENERGY_DRINK_RESERCH, + SC_MAGIC_CANDY, + SC_M_LIFEPOTION, + SC_G_LIFEPOTION, // 640 + SC_MYSTICPOWDER, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; |