From 0e7f0b1b85cfb293415de23da932a37ccba60883 Mon Sep 17 00:00:00 2001 From: offl Date: Sun, 14 Feb 2021 12:23:51 +0200 Subject: DB/Creature: Add ground movement state to Stinglasher Closes #26086 Ref 6d3c01732d27daa4507bd93dc8109b0a955b1dc8 --- sql/updates/world/3.3.5/2021_02_14_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_02_14_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_02_14_02_world.sql b/sql/updates/world/3.3.5/2021_02_14_02_world.sql new file mode 100644 index 00000000000..48c823029c4 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_02_14_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_movement` SET `Ground` = 1 WHERE `CreatureId` = 14661; -- cgit v1.2.3