fix(DB/Creature): Add Emote state work to Rogg (37072) (#14041)
Create rev_1670066795022662000.sql
This commit is contained in:
parent
5de6fe5d51
commit
18fbe69c03
1 changed files with 4 additions and 0 deletions
|
|
@ -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, '');
|
||||
Loading…
Add table
Add a link
Reference in a new issue