mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 22:16:11 +00:00
fix(DB/Creature): Set Wyrmrest Protector emote to 0. (#24579)
This commit is contained in:
3
data/sql/updates/pending_db_world/Wyrmrest_Protector.sql
Normal file
3
data/sql/updates/pending_db_world/Wyrmrest_Protector.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
-- Set Emote to 0
|
||||
UPDATE `creature_addon` SET `emote` = 0 WHERE (`guid` IN (131012, 131014, 131015, 131016, 131020, 131021, 131022, 131023, 131026, 131027));
|
||||
Reference in New Issue
Block a user