Explorar o código

Follow up r16693, fixed incorrect minimum input. (npc/re/cities/dewata.txt)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16694 54d463be-8e91-2dee-dedb-b68131a5f0ec
j-tkay %!s(int64=12) %!d(string=hai) anos
pai
achega
cfd914e218
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      npc/re/cities/dewata.txt

+ 1 - 1
npc/re/cities/dewata.txt

@@ -914,7 +914,7 @@ dewata,89,191,0	script	Small Shrine#A::DewShrine	111,{
 			mes "^FF00001,000 ~ 100,000 Zeny^000000";
 			mes "How much you want to donate?";
 			next;
-			input .@donate,0,100000;
+			input .@donate,1000,100000;
 			if (Zeny < .@donate) {
 				mes "- Cancelled. -";
 				close; }