mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
Scripting: Skadi the Ruthless can now be removed from his drake with 3 harpoon strikes
changed on patch 3.3.2 thanks to aokromes for pointing the change --HG-- branch : trunk
This commit is contained in:
@@ -281,7 +281,7 @@ public:
|
||||
if (spell->Id == SPELL_HARPOON_DAMAGE)
|
||||
{
|
||||
m_uiSpellHitCount++;
|
||||
if (m_uiSpellHitCount >= 5)
|
||||
if (m_uiSpellHitCount >= 3)
|
||||
{
|
||||
Phase = SKADI;
|
||||
me->SetFlying(false);
|
||||
|
||||
Reference in New Issue
Block a user