aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_03_05_09_world_2020_12_23_00_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_05_09_world_2020_12_23_00_world.sql b/sql/updates/world/master/2022_03_05_09_world_2020_12_23_00_world.sql
new file mode 100644
index 00000000000..0d60335e012
--- /dev/null
+++ b/sql/updates/world/master/2022_03_05_09_world_2020_12_23_00_world.sql
@@ -0,0 +1,5 @@
+--
+UPDATE `creature` SET `modelid` = 25723 WHERE `id` = 33264;
+DELETE FROM `creature_template_movement` WHERE `CreatureId` = 33264;
+INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`,`Chase`,`Random`) VALUES
+(33264,1,0,0,1,0,0);