fix(DB/Creature): Set Wyrmrest Protector emote to 0. (#24579)

This commit is contained in:
Rocco Silipo
2026-02-01 19:13:33 +01:00
committed by GitHub
parent 7621cef2a4
commit ad804805c0

View 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));