diff options
Diffstat (limited to 'npc/014-1_Woodland')
-rw-r--r-- | npc/014-1_Woodland/wedding-officiator.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/014-1_Woodland/wedding-officiator.txt b/npc/014-1_Woodland/wedding-officiator.txt index 26f2fc56..8b25647e 100644 --- a/npc/014-1_Woodland/wedding-officiator.txt +++ b/npc/014-1_Woodland/wedding-officiator.txt @@ -99,8 +99,8 @@ L_get_married: if (@inventorylist_count > 98) goto L_No_Room_For_Rings; set zeny, zeny - @WEDDING_FEE; - getitem 702, 1; - getitem 702, 1; + getitem "WeddingRing", 1; + getitem "WeddingRing", 1; mes "[Wedding Officiator]"; mes "Wendy collects the fee."; |