From dcea677b01d4767b4136bb05bcb4d30615960e10 Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 13 Apr 2020 02:50:48 +0200 Subject: DB/Creature: Sartharion Twilight Egg (cherry picked from commit daecf90ac454a44d28c9f9f3a328a29d32558080) --- sql/updates/world/master/2022_01_01_13_world_2020_04_12_04_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2022_01_01_13_world_2020_04_12_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_01_01_13_world_2020_04_12_04_world.sql b/sql/updates/world/master/2022_01_01_13_world_2020_04_12_04_world.sql new file mode 100644 index 00000000000..e00a367c358 --- /dev/null +++ b/sql/updates/world/master/2022_01_01_13_world_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); -- cgit v1.2.3