diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-24 08:54:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-24 09:19:44 -0300 |
commit | 94b3e594fedceb91c1b74500820e456e53a3f7e2 (patch) | |
tree | 2af719a1f36fb0f7330c6b686ca274168c083106 /db/constants.conf | |
parent | 29fc8941abb7faa444a4066e15505e57aefcfaf4 (diff) | |
download | serverdata-94b3e594fedceb91c1b74500820e456e53a3f7e2.tar.gz serverdata-94b3e594fedceb91c1b74500820e456e53a3f7e2.tar.bz2 serverdata-94b3e594fedceb91c1b74500820e456e53a3f7e2.tar.xz serverdata-94b3e594fedceb91c1b74500820e456e53a3f7e2.zip |
Constants
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 9a2349f87..3319de4da 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3999,6 +3999,12 @@ constants_db: { NPC_FEMALE: 802 NPC_ELF: 803 NPC_ELF_F: 804 + NPC_ORC: 820 + NPC_ORC_F: 821 + NPC_RAIJIN: 822 + NPC_RAIJIN_F: 823 + NPC_UKAR: 824 + NPC_UKAR_F: 825 NPC_M_SHOPKEEPER: 811 NPC_F_SHOPKEEPER: 812 |