diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-27 20:31:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-27 20:31:51 -0300 |
commit | 2cc1cc74539b801d5dd2bdfcba6d1d3d261a9c0a (patch) | |
tree | c4b5730fff6cde2db1bc256bfe0f2b667b7a3afb /db/constants.conf | |
parent | 7f69fae910ead759115f72ca1ba0bbaffccd983c (diff) | |
download | serverdata-2cc1cc74539b801d5dd2bdfcba6d1d3d261a9c0a.tar.gz serverdata-2cc1cc74539b801d5dd2bdfcba6d1d3d261a9c0a.tar.bz2 serverdata-2cc1cc74539b801d5dd2bdfcba6d1d3d261a9c0a.tar.xz serverdata-2cc1cc74539b801d5dd2bdfcba6d1d3d261a9c0a.zip |
Correct constants
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/constants.conf b/db/constants.conf index 29eff101f..5fed175f9 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3957,10 +3957,9 @@ constants_db: { NPC_BOWMASTER: 181 NPC_LUMBERJACK: 182 NPC_KOGA: 183 - NPC_LOF_FURNACE: 184 // TODO: Animated NPC, move to ID 400+ - NPC_MOUBOOHUNTER: 185 - NPC_HALBERDBARBARIAN: 186 - NPC_SCORPIONKINGLANCE: 187 + NPC_MOUBOOHUNTER: 184 + NPC_HALBERDBARBARIAN: 185 + NPC_SCORPIONKINGLANCE: 186 // LoF Non Animated NPCs NPC_FORTIUN: 200 @@ -4050,6 +4049,7 @@ constants_db: { NPC_GUARD2: 452 NPC_SUMMONING_CIRC: 453 NPC_YETI_KING: 454 + NPC_LOF_FURNACE: 455 // TODO: Animated NPC, move to ID 400+ NPC_SOUL_NORMAL: 700 NPC_SOUL_DESERT: 701 |