diff options
Diffstat (limited to 'npc/events/custom/kings_items.txt')
-rw-r--r-- | npc/events/custom/kings_items.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/events/custom/kings_items.txt b/npc/events/custom/kings_items.txt index 6ccc26545..f31f7eca9 100644 --- a/npc/events/custom/kings_items.txt +++ b/npc/events/custom/kings_items.txt @@ -12,7 +12,7 @@ //= 2006/09/27: 1.0 Release and fully working. [$ephiroth] //============================================================ -prt_castle.gat,80,170,4 script King of Prontera 108,{ +prt_castle,80,170,4 script King of Prontera 108,{ set @npcname$,"[King of Prontera]"; mes @npcname$; @@ -157,7 +157,7 @@ L_Quit: close; } -prt_castle.gat,84,170,4 script King's Daughter 62,{ +prt_castle,84,170,4 script King's Daughter 62,{ set @npcname$,"[King's Daughter]"; mes @npcname$; @@ -175,4 +175,4 @@ L_Quit: mes @npcname$; mes "FINE THEN Hmph!!"; close; -} +}
\ No newline at end of file |