Skip to content

Commit

Permalink
Core/Spell: changed target of spell 102445 Summon Master Li Fei
Browse files Browse the repository at this point in the history
  • Loading branch information
Lopfest committed Mar 8, 2016
1 parent ce88d73 commit 62a7319
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/updates/world/2016_03_08_00_world.sql
@@ -0,0 +1,3 @@
DELETE FROM `spell_target_position` WHERE `ID`=102445;
INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `VerifiedBuild`) VALUES
(102445, 0, 860, 1130.457, 3435.93, 105.4892, 20886);
3 changes: 3 additions & 0 deletions src/server/game/Spells/SpellMgr.cpp
Expand Up @@ -3528,6 +3528,9 @@ void SpellMgr::LoadSpellInfoCorrections()
break;
// ENDOF ISLE OF CONQUEST SPELLS
//
case 102445: // Summon Master Li Fei
const_cast<SpellEffectInfo*>(spellInfo->GetEffect(EFFECT_0))->TargetA = SpellImplicitTargetInfo(TARGET_DEST_DB);
break;
default:
break;
}
Expand Down

0 comments on commit 62a7319

Please sign in to comment.