mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[6997] Fixed: In 3.0.3 spell data have area group id instead area id.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
f6bd9ef67a
commit
2441c2a69f
10 changed files with 46 additions and 26 deletions
|
|
@ -246,9 +246,6 @@ void WorldSession::HandlePetAction( WorldPacket & recv_data )
|
|||
case SPELL_FAILED_REQUIRES_SPELL_FOCUS:
|
||||
data << uint32(spellInfo->RequiresSpellFocus);
|
||||
break;
|
||||
case SPELL_FAILED_REQUIRES_AREA:
|
||||
data << uint32(spellInfo->AreaId);
|
||||
break;
|
||||
}
|
||||
SendPacket(&data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue