summaryrefslogtreecommitdiff
path: root/npc/003-1-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-24 12:42:44 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-24 12:42:44 -0300
commite7f01d73b1b653d3f8d19b126ffb6e3d1f21688e (patch)
tree9f868d064c2d1ca50c04a5975154bd789a58bba9 /npc/003-1-1
parentffba29962543067ee1af41ca36145761fa232f04 (diff)
downloadserverdata-e7f01d73b1b653d3f8d19b126ffb6e3d1f21688e.tar.gz
serverdata-e7f01d73b1b653d3f8d19b126ffb6e3d1f21688e.tar.bz2
serverdata-e7f01d73b1b653d3f8d19b126ffb6e3d1f21688e.tar.xz
serverdata-e7f01d73b1b653d3f8d19b126ffb6e3d1f21688e.zip
Typo...
Diffstat (limited to 'npc/003-1-1')
-rw-r--r--npc/003-1-1/yetiking.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt
index 39c345d90..1c71362e6 100644
--- a/npc/003-1-1/yetiking.txt
+++ b/npc/003-1-1/yetiking.txt
@@ -18,7 +18,7 @@
end;
L_Summon:
- if (countitem(EverburnPowder) < 0) {
+ if (countitem(EverburnPowder) < 1) {
dispbottom l("I need to pour the @@ to summon the Yeti King.", getitemlink(EverburnPowder));
end;
}