diff options
Diffstat (limited to 'npc/011-3/flood.txt')
-rw-r--r-- | npc/011-3/flood.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/011-3/flood.txt b/npc/011-3/flood.txt index 802b0c9ac..04d7e12fc 100644 --- a/npc/011-3/flood.txt +++ b/npc/011-3/flood.txt @@ -36,7 +36,7 @@ OnSkipFlood: .@fd=!(getmapmask("011-3")&MASK_SPECIAL); // .@fd - is flooded? if (.@fd) { - //debugmes "[Flood] UF - Unflooding"; + debugmes "[Flood] UF - Unflooding"; // If it is flooded, unflood it to prevent players getting struck for too long killmonster("011-3", "#EternalSwampCore::OnSwampMob"); addmapmask "011-3", MASK_SPECIAL; |