From 0284ed4cfeefe7f84488975beb908bb597e610c4 Mon Sep 17 00:00:00 2001 From: QAston Date: Tue, 17 Aug 2010 20:19:06 +0200 Subject: *Core/Spells: Implement TARGET_UNIT_SUMMONER *Rename TARGET_UNIT_MINIPET to TARGET_UNIT_TARGET_PUPPET. --HG-- branch : trunk --- src/server/game/Spells/SpellMgr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/game/Spells/SpellMgr.cpp') diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 97092eed362..b69cc32139d 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -119,9 +119,10 @@ SpellMgr::SpellMgr() case TARGET_UNIT_PASSENGER_5: case TARGET_UNIT_PASSENGER_6: case TARGET_UNIT_PASSENGER_7: + case TARGET_UNIT_SUMMONER: SpellTargetType[i] = TARGET_TYPE_UNIT_CASTER; break; - case TARGET_UNIT_MINIPET: + case TARGET_UNIT_TARGET_PUPPET: case TARGET_UNIT_TARGET_ALLY: case TARGET_UNIT_TARGET_RAID: case TARGET_UNIT_TARGET_ANY: @@ -130,7 +131,6 @@ SpellMgr::SpellMgr() case TARGET_UNIT_PARTY_TARGET: case TARGET_UNIT_CLASS_TARGET: case TARGET_UNIT_CHAINHEAL: - case TARGET_UNIT_UNK_92: SpellTargetType[i] = TARGET_TYPE_UNIT_TARGET; break; case TARGET_UNIT_NEARBY_ENEMY: -- cgit v1.2.3