mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
Added Emote so when boss speaks she will do emote on that text.
closes #364
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1486114293799849200');
|
||||
|
||||
UPDATE `creature_text` SET `emote` = "2" WHERE `entry` = "34928" AND `groupid` = "37";
|
||||
UPDATE `creature_text` SET `emote` = "398", `duration` = "3000" WHERE `entry` = "34928" AND `groupid` = "38";
|
||||
Reference in New Issue
Block a user