aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-04-13 02:50:48 +0200
committerKillyana <morphone1@gmail.com>2020-04-13 02:50:48 +0200
commitdaecf90ac454a44d28c9f9f3a328a29d32558080 (patch)
treec94617b31c5ac78d8747390417352fc690ae797d
parent608d23fb1e2f2eaa1c3b155f8da4aa7fd02dbe8b (diff)
DB/Creature: Sartharion Twilight Egg
-rw-r--r--sql/updates/world/3.3.5/2020_04_12_04_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_04_12_04_world.sql b/sql/updates/world/3.3.5/2020_04_12_04_world.sql
new file mode 100644
index 00000000000..e00a367c358
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_04_12_04_world.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `creature_template_movement` WHERE `CreatureID` IN (31204,31547);
+INSERT INTO `creature_template_movement` (`CreatureID`, `Ground`, `Swim`, `Rooted`) VALUES
+(31204,1,1,1),
+(31547,1,1,1);