summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level2-summon-fluffies.txt
diff options
context:
space:
mode:
authorHello=) <hello@themanaworld.org>2024-06-28 21:42:00 +0300
committerHello=) <hello@themanaworld.org>2024-06-28 21:42:00 +0300
commit1b2f1abda4b3e7bb6733108c78a1a10d52820627 (patch)
treed13dc71ad9be68c9eb367f6ee2b05b01dc5f32ae /world/map/npc/magic/level2-summon-fluffies.txt
parent93fb36b760d486cdc5893250a8f67b912c931e69 (diff)
downloadserverdata-1b2f1abda4b3e7bb6733108c78a1a10d52820627.tar.gz
serverdata-1b2f1abda4b3e7bb6733108c78a1a10d52820627.tar.bz2
serverdata-1b2f1abda4b3e7bb6733108c78a1a10d52820627.tar.xz
serverdata-1b2f1abda4b3e7bb6733108c78a1a10d52820627.zip
Re-enable summon spells in cities since AFK PK exploit should be fixed now
Diffstat (limited to 'world/map/npc/magic/level2-summon-fluffies.txt')
-rw-r--r--world/map/npc/magic/level2-summon-fluffies.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/world/map/npc/magic/level2-summon-fluffies.txt b/world/map/npc/magic/level2-summon-fluffies.txt
index f10a86b5..fef40a17 100644
--- a/world/map/npc/magic/level2-summon-fluffies.txt
+++ b/world/map/npc/magic/level2-summon-fluffies.txt
@@ -5,7 +5,6 @@
OnCast:
if(call("magic_checks")) end;
if (Sp < 39) end;
- if (getmapflag(getmap(), MF_TOWN)) end;
if (getskilllv(SKILL_MAGIC) < .level) end;
if (getskilllv(.school) < .level) end;
if (countitem("WhiteFur") < 1 || countitem("Root") < 1) end;