diff options
author | shennetsind <ind@henn.et> | 2013-11-02 16:38:01 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-02 16:38:01 -0200 |
commit | b2f125a5f3f25b9bcb68d4b755bacf988f0f1fcd (patch) | |
tree | 7e4af04438b46c4cd226ca976b1b2a483b736066 | |
parent | c159a3c4ffd414d7423b3504a282cce1111b7874 (diff) | |
download | hercules-b2f125a5f3f25b9bcb68d4b755bacf988f0f1fcd.tar.gz hercules-b2f125a5f3f25b9bcb68d4b755bacf988f0f1fcd.tar.bz2 hercules-b2f125a5f3f25b9bcb68d4b755bacf988f0f1fcd.tar.xz hercules-b2f125a5f3f25b9bcb68d4b755bacf988f0f1fcd.zip |
Fixed const values for the new mod params
Thanks to ossi0110 for pointing it out.
Signed-off-by: shennetsind <ind@henn.et>
-rw-r--r-- | db/const.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/const.txt b/db/const.txt index a534d683c..08381b5cb 100644 --- a/db/const.txt +++ b/db/const.txt @@ -418,9 +418,9 @@ killerrid 121 1 killedrid 122 1 SlotChange 123 1 CharRename 124 1 -ModExp 124 1 -ModDrop 124 1 -ModDeath 124 1 +ModExp 125 1 +ModDrop 126 1 +ModDeath 127 1 bMaxHP 6 bMaxSP 8 |