diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
commit | 788a65d41bce37aad857e5b5202d0293e84963a2 (patch) | |
tree | 2070539f8f2ed0a635ff39a18194c21a76595848 /npc/events/custom/kings_items.txt | |
parent | a50476a588b2d7bc819cf0235a093dcddef9f2bf (diff) | |
download | hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.gz hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.bz2 hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.xz hercules-788a65d41bce37aad857e5b5202d0293e84963a2.zip |
removed all .GAT from all the scripts and tested
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 |