1702 {
1704 {
1706 {
1707 if (caster->IsCreature())
1708 {
1710 {
1711 switch (unitTarget->GetEntry())
1712 {
1715 break;
1718 break;
1719 default:
1720 break;
1721 }
1722 }
1723 }
1724 }
1725 }
1726 }
@ NPC_UPPER_MINE_SHAFT
Definition: spell_quest.cpp:1690
@ NPC_LOWER_MINE_SHAFT
Definition: spell_quest.cpp:1691
@ SPELL_UPPER_MINE_SHAFT_CREDIT
Definition: spell_quest.cpp:1693
@ SPELL_LOWER_MINE_SHAFT_CREDIT
Definition: spell_quest.cpp:1694
Definition: Creature.h:43
Unit * GetOwner() const
Definition: Unit.cpp:10600
Creature * GetHitCreature()
Definition: SpellScript.cpp:458
Unit * GetCaster()
Definition: SpellScript.cpp:401