fix(DB/Creature): Lord Azrethoc pathing without a melee weapon. (#15260)

This commit is contained in:
avarishd
2023-03-07 19:42:37 +02:00
committed by GitHub
parent e7bb9ee262
commit 2874c4b93f

View File

@@ -0,0 +1,2 @@
-- Lord Azrethoc - path with equiped melee weapon.
UPDATE `creature_addon` SET `bytes2` = 1 WHERE `guid` = 29062 AND `path_id` = 290620;