chore(DB): import pending files

Referenced commit(s): 08118e168f
This commit is contained in:
AzerothCoreBot
2022-06-04 00:26:02 +00:00
parent 08118e168f
commit b004f9883e

View File

@@ -1,3 +1,4 @@
-- DB update 2022_06_03_01 -> 2022_06_04_00
/* Set correct movement flags for Buzzard creatures */
UPDATE `creature_template_movement` SET `Ground` = 2 WHERE `CreatureId` IN (2830, 2829);