mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Creature): Add Emote state work to Rogg (37072) (#14041)
Create rev_1670066795022662000.sql
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (37072);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(37072, 0, 0, 0, 1, 173, 0, '');
|
||||
Reference in New Issue
Block a user