From 62563a47770f3a091e0cb661581389bf16324823 Mon Sep 17 00:00:00 2001 From: Haru Date: Thu, 29 Aug 2013 20:27:24 +0200 Subject: Corrected an integer overflow in npc/custom/etc/marriage.txt Thanks to Euphy for bringing this to my attention. Signed-off-by: Haru --- npc/custom/etc/marriage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/custom/etc/marriage.txt b/npc/custom/etc/marriage.txt index 00f44193a..fb6939a8c 100644 --- a/npc/custom/etc/marriage.txt +++ b/npc/custom/etc/marriage.txt @@ -719,7 +719,7 @@ function SF_TryRegister { close; } set Zeny,Zeny-@cost; - sc_start SC_Wedding,3600000000,1; //Start Wedding Effect (SC_WEDDING) + sc_start SC_Wedding,3600000,1; //Start Wedding Effect (SC_WEDDING) if (@bride) { set $wed_bride_progress,1; set $wed_bride$,strcharinfo(0); -- cgit v1.2.3-60-g2f50