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/other/marriage.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/other/marriage.txt')
-rw-r--r-- | npc/other/marriage.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/other/marriage.txt b/npc/other/marriage.txt index 17cde4a5c..557fee3a3 100644 --- a/npc/other/marriage.txt +++ b/npc/other/marriage.txt @@ -58,7 +58,7 @@ OnInit: // $@divorcee id of the partner, who has to accept the divorce and pay. //The Priest -prt_church.gat,100,123,4 script Frederick Second 60,{ +prt_church,100,123,4 script Frederick Second 60,{ set @name$,"Frederick Second"; function SF_wed_end; @@ -434,7 +434,7 @@ OnInit: } //Registration & Status -prt_church.gat,106,99,3 script Sister Mary 67,{ +prt_church,106,99,3 script Sister Mary 67,{ set @name$,"Mary"; if (getpartnerid() > 0) { mes "["+@name$+"]"; @@ -810,7 +810,7 @@ function SF_Procedure { } } -prt_church.gat,94,99,4 script Sister Lisa 79,{ +prt_church,94,99,4 script Sister Lisa 79,{ set @name$,"Lisa"; function SF_DivorceEnd; |