diff options
author | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2022-10-24 23:39:36 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2022-10-24 23:39:36 +0000 |
commit | 67c3c1d2ad86e40240de9c23f6e50395b2ef746a (patch) | |
tree | 4a84a9f5711b6da10ac1e2552863a21f1a40ad0f /world/map/npc/magic | |
parent | 6ef8c2f9f848cd6db7bb1411226d21ca4a8613bd (diff) | |
download | serverdata-67c3c1d2ad86e40240de9c23f6e50395b2ef746a.tar.gz serverdata-67c3c1d2ad86e40240de9c23f6e50395b2ef746a.tar.bz2 serverdata-67c3c1d2ad86e40240de9c23f6e50395b2ef746a.tar.xz serverdata-67c3c1d2ad86e40240de9c23f6e50395b2ef746a.zip |
Apply 1 suggestion(s) to 1 file(s)
Diffstat (limited to 'world/map/npc/magic')
-rw-r--r-- | world/map/npc/magic/event-summon-managuardian.txt | 2 |
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 7a7c5193..4e91ee06 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 (countitem("TinyManaElixir") < 1) end; if (!$DOOMSDAY_SUMMON) end; // if (@ddcooldown > gettimetick(2)) goto L_Cooldown; - if (sc_check (SC_COOLDOWN_MG)) goto L_Cooldown; + if (sc_check(SC_COOLDOWN_MG)) goto L_Cooldown; if (getmap() == "033-1") goto L_SpecialRules6; goto L_Pay; |