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/guides/guides_com.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/guides/guides_com.txt')
-rw-r--r-- | npc/guides/guides_com.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/guides/guides_com.txt b/npc/guides/guides_com.txt index 13d64a42d..43915f356 100644 --- a/npc/guides/guides_com.txt +++ b/npc/guides/guides_com.txt @@ -16,17 +16,17 @@ //= 1.4 Removed 3 guides, and converted to use functions. //============================================================ -comodo.gat,322,178,4 script Comodo Guide#1 700,{ +comodo,322,178,4 script Comodo Guide#1 700,{ set @name$,"Native Kokomo"; callfunc "comodo_guide"; end; } -comodo.gat,176,350,4 script Comodo Guide#2 700,{ +comodo,176,350,4 script Comodo Guide#2 700,{ set @name$,"Native Cocomo"; callfunc "comodo_guide"; end; } -comodo.gat,37,219,4 script Comodo Guide#3 700,{ +comodo,37,219,4 script Comodo Guide#3 700,{ set @name$,"Native Papaya"; callfunc "comodo_guide"; end; @@ -105,4 +105,4 @@ L_MENU_10: mes "Well, I guess I will be seeing you around then."; mes "Take care, and enjoy your stay."; close; -} +}
\ No newline at end of file |