diff options
-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; |