Core/Loot:

- SMSG_LOOT_MONEY_NOTIFY is sent after SMSG_LOOT_CLEAR_MONEY.
- Fixed chat message displayed when looting gold with > 1 member in group.
This commit is contained in:
VladimirMangos
2011-09-07 00:04:27 +02:00
committed by kaelima
parent 85c7a916a0
commit 5823b0379b
2 changed files with 11 additions and 12 deletions
@@ -1791,7 +1791,6 @@ void GameObject::SetDestructibleState(GameObjectDestructibleState state, Player*
case GO_DESTRUCTIBLE_DAMAGED:
{
EventInform(m_goInfo->building.damagedEvent);
if (eventInvoker)
{
sScriptMgr->OnGameObjectDamaged(this, eventInvoker);