Merge pull request #7839 from Warpten/soulwell

Core/Spells: Fixed Soulwell charges removal on use.
This commit is contained in:
kandera
2012-10-05 06:04:24 -07:00
4 changed files with 121 additions and 58 deletions

View File

@@ -2001,7 +2001,8 @@ void Spell::SendLoot(uint64 guid, LootType loottype)
if (sScriptMgr->OnGossipHello(player, gameObjTarget))
return;
gameObjTarget->AI()->GossipHello(player);
if (gameObjTarget->AI()->GossipHello(player))
return;
switch (gameObjTarget->GetGoType())
{