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:
Supabad
2010-08-19 10:56:49 +02:00
parent 9b13fa8688
commit cd7dac2957

View File

@@ -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);