summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/event-summon-managuardian.txt
diff options
context:
space:
mode:
authorJesusaves <jesusalva@themanaworld.org>2020-04-11 00:10:15 -0300
committerGitHub <noreply@github.com>2020-04-11 00:10:15 -0300
commit5346866a32cd10eb003c0570cdccdb8ececcf2b3 (patch)
tree279639b33bf32ff079435eba81aafa1843cdccf4 /world/map/npc/magic/event-summon-managuardian.txt
parenta76f05f04d54bc750d44455ae5435f1970ab804c (diff)
parentc97846a4395fa583ac075d656f52d86f96e3b213 (diff)
downloadserverdata-5346866a32cd10eb003c0570cdccdb8ececcf2b3.tar.gz
serverdata-5346866a32cd10eb003c0570cdccdb8ececcf2b3.tar.bz2
serverdata-5346866a32cd10eb003c0570cdccdb8ececcf2b3.tar.xz
serverdata-5346866a32cd10eb003c0570cdccdb8ececcf2b3.zip
Doomsday Hotfix (#552)v2020.04.06.2
Includes patches for act 5, changes to Iilia, typo fixes on Tulimshar tombstones. New rares, new item (enchanter's Amulet), new event times. Theoretical bugfixes. Add the final councilior for GM 98+.
Diffstat (limited to 'world/map/npc/magic/event-summon-managuardian.txt')
-rw-r--r--world/map/npc/magic/event-summon-managuardian.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/magic/event-summon-managuardian.txt b/world/map/npc/magic/event-summon-managuardian.txt
index ef1b1f88..e18c08ce 100644
--- a/world/map/npc/magic/event-summon-managuardian.txt
+++ b/world/map/npc/magic/event-summon-managuardian.txt
@@ -11,7 +11,7 @@ OnCast:
if (@ddcooldown > gettimetick(2)) goto L_Cooldown;
delitem "TinyManaElixir", 1;
set @_M_BLOCK, 1; // block casting, until the timer clears it
- addtimer 60000, "Magic Timer::OnClear"; // set the new debuff
+ addtimer 15000, "Magic Timer::OnClear"; // set the new debuff
callfunc "adjust_spellpower";
set Sp, Sp - 100;
misceffect FX_MAGIC_MAGGOT_CAST, strcharinfo(0);