From 18fbe69c03f8d6826fa155104ade624d064a7c02 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Tue, 6 Dec 2022 08:56:05 -0300 Subject: [PATCH] fix(DB/Creature): Add Emote state work to Rogg (37072) (#14041) Create rev_1670066795022662000.sql --- data/sql/updates/pending_db_world/rev_1670066795022662000.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1670066795022662000.sql diff --git a/data/sql/updates/pending_db_world/rev_1670066795022662000.sql b/data/sql/updates/pending_db_world/rev_1670066795022662000.sql new file mode 100644 index 000000000..d21eb0762 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1670066795022662000.sql @@ -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, '');