summaryrefslogtreecommitdiff
path: root/npc/re/cities/dewata.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/re/cities/dewata.txt')
-rw-r--r--npc/re/cities/dewata.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/cities/dewata.txt b/npc/re/cities/dewata.txt
index ad8e2ee0f..06ea648eb 100644
--- a/npc/re/cities/dewata.txt
+++ b/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; }