mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 09:33:47 +00:00
Fix(Core/Player): fix periodic eating and drinking emotes (#1602)
This commit is contained in:
@@ -246,6 +246,12 @@ enum SpellCategory
|
||||
SPELL_CATEGORY_DRINK = 59,
|
||||
};
|
||||
|
||||
enum SpellVisualKit
|
||||
{
|
||||
SPELL_VISUAL_KIT_FOOD = 406,
|
||||
SPELL_VISUAL_KIT_DRINK = 438
|
||||
};
|
||||
|
||||
const uint32 ItemQualityColors[MAX_ITEM_QUALITY] =
|
||||
{
|
||||
0xff9d9d9d, //GREY
|
||||
|
||||
Reference in New Issue
Block a user