diff options
author | Dastgir Pojee <dastgirp@gmail.com> | 2016-10-02 20:24:09 +0530 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-10-22 02:21:47 +0200 |
commit | 7c72c942d52915cb7c5c9692bd927772ad34bcca (patch) | |
tree | ba0b608cfa50b3e46c54f8c1a3167a533534a764 /db/constants.conf | |
parent | abb834567db53424ea84ea4903d18ac9d3b3f61a (diff) | |
download | hercules-7c72c942d52915cb7c5c9692bd927772ad34bcca.tar.gz hercules-7c72c942d52915cb7c5c9692bd927772ad34bcca.tar.bz2 hercules-7c72c942d52915cb7c5c9692bd927772ad34bcca.tar.xz hercules-7c72c942d52915cb7c5c9692bd927772ad34bcca.zip |
Added Summoner Skills(in DB)
Added Summoner SC ID's in status.h
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index b271a14e0..09c0fa9e4 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -1383,6 +1383,18 @@ constants_db: { SC_G_LIFEPOTION: 640 SC_MYSTICPOWDER: 641 + // Summoner + SC_SUHIDE: 642 + SC_SU_STOOP: 643 + SC_SPRITEMABLE: 644 + SC_CATNIPPOWDER: 645 + SC_SV_ROOTTWIST: 646 + SC_BITESCAR: 647 + SC_ARCLOUSEDASH: 648 + SC_TUNAPARTY: 649 + SC_SHRIMP: 650 + SC_FRESHSHRIMP: 651 + comment__: "Emotes" e_gasp: 0 e_what: 1 |