aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-02-01 21:44:17 +0100
committerKillyana <morphone1@gmail.com>2019-02-01 21:44:17 +0100
commitb1604ba0cd6db77cf168f957e828984811735bc1 (patch)
tree7146a66c3512c9585def2ffe99d50b4e441508dd
parenta19c21d4eb55a630f6c3fbde34c9fe0172aec114 (diff)
DB/Creature: Fix Saviana Ragefire movements
Closes #18773
-rw-r--r--sql/updates/world/3.3.5/2019_02_01_01_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_02_01_01_world.sql b/sql/updates/world/3.3.5/2019_02_01_01_world.sql
new file mode 100644
index 00000000000..92f492f6496
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_02_01_01_world.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (39747, 39823);
+INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES
+(39747, 2, 1, 2, 0),
+(39823, 2, 1, 2, 0);