mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(Core/Unit): Eating anim (#3472)
This commit is contained in:
@@ -17804,7 +17804,7 @@ void Unit::SendPlaySpellVisual(uint32 id)
|
||||
WorldPacket data(SMSG_PLAY_SPELL_VISUAL, 8 + 4);
|
||||
data << uint64(GetGUID());
|
||||
data << uint32(id); // SpellVisualKit.dbc index
|
||||
SendMessageToSet(&data, false);
|
||||
SendMessageToSet(&data, true);
|
||||
}
|
||||
|
||||
void Unit::SendPlaySpellImpact(uint64 guid, uint32 id)
|
||||
|
||||
Reference in New Issue
Block a user