diff options
author | Reid <reidyaro@gmail.com> | 2015-08-13 04:47:14 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-08-13 04:47:14 +0200 |
commit | 5a435060e4c8f27613e2f01dd6b0aab196a229da (patch) | |
tree | fd68d6a2687a0aab1f09d106823584dba3521e8a | |
parent | 78b4149a11e77d7d5967a5eeb4776b6624026f15 (diff) | |
download | serverdata-5a435060e4c8f27613e2f01dd6b0aab196a229da.tar.gz serverdata-5a435060e4c8f27613e2f01dd6b0aab196a229da.tar.bz2 serverdata-5a435060e4c8f27613e2f01dd6b0aab196a229da.tar.xz serverdata-5a435060e4c8f27613e2f01dd6b0aab196a229da.zip |
Improve some NPC names for Artis.
-rw-r--r-- | db/const.txt | 10 | ||||
-rw-r--r-- | npc/001-1/xilaxa.txt | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/db/const.txt b/db/const.txt index 09eb7e04..ccac5641 100644 --- a/db/const.txt +++ b/db/const.txt @@ -3505,11 +3505,11 @@ NPC_ELVEN_FEMALE 427 NPC_EUGENE 428 NPC_CHELIOS 429 NPC_EDOUARD 430 -NPC_UKAR_MALE 431 -NPC_DEMON_MALE 432 -NPC_RAIJIN_FEMALE 433 -NPC_HUMAN_MALE 434 -NPC_HUMAN_FEMALE 435 +NPC_UKAR_MALE_LEGION_ARTIS 431 +NPC_DEMON_MALE_LEGION_ARTIS 432 +NPC_RAIJIN_FEMALE_LEGION_ARTIS 433 +NPC_HUMAN_MALE_LEGION_ARTIS 434 +NPC_HUMAN_FEMALE_LEGION_ARTIS 435 NPC_TEST1 800 NPC_PLAYER 801 NPC_SAVE_POINT 901 diff --git a/npc/001-1/xilaxa.txt b/npc/001-1/xilaxa.txt index 27239ea3..62b0a8f4 100644 --- a/npc/001-1/xilaxa.txt +++ b/npc/001-1/xilaxa.txt @@ -4,7 +4,7 @@ // Description: // Moon, main NPC for the urchin quest. -001-1,52,44,0 script Xilaxa#001-1 NPC_UKAR_MALE,{ +001-1,52,44,0 script Xilaxa#001-1 NPC_UKAR_MALE_LEGION_ARTIS,{ npctalk3 l("You're on my way."); close; |