mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
Small fix for the Flame Tsunami DoT debuff.
It isnt perfect yet, correct factions for Lava Blaze and Flame Tsunami NPCs are needed to remove hack. * SQL needed --HG-- branch : trunk
This commit is contained in:
@@ -1610,6 +1610,7 @@ public:
|
||||
|
||||
void Reset()
|
||||
{
|
||||
me->SetReactState(REACT_PASSIVE);
|
||||
Tsunami_Timer = 100;
|
||||
me->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NON_ATTACKABLE);
|
||||
me->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE);
|
||||
|
||||
Reference in New Issue
Block a user