diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-11 11:42:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-11 11:42:47 -0300 |
commit | 6032ce776f3f35ab6737ca385f163c912971d7b5 (patch) | |
tree | f0e837360cea06eb230b9a159059220c72767807 /db | |
parent | b04215d772c4cede77ad5b2cc99bbec6e665185e (diff) | |
download | serverdata-6032ce776f3f35ab6737ca385f163c912971d7b5.tar.gz serverdata-6032ce776f3f35ab6737ca385f163c912971d7b5.tar.bz2 serverdata-6032ce776f3f35ab6737ca385f163c912971d7b5.tar.xz serverdata-6032ce776f3f35ab6737ca385f163c912971d7b5.zip |
Include NPC_FAKIR to be able to use Fakir as NPC
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 399597011..a8cbf6608 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3912,6 +3912,7 @@ constants_db: { NPC_TRAP_ONLINE: 159 NPC_TRAP_TRIGGERED: 160 NPC_FANCY_CIRCLE: 161 + NPC_FAKIR: 162 NPC_CONFUSED_TREE: 400 NPC_ALIGE: 401 |