diff options
author | Killyana <morphone1@gmail.com> | 2020-04-13 02:50:48 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-01 15:10:40 +0100 |
commit | dcea677b01d4767b4136bb05bcb4d30615960e10 (patch) | |
tree | 0440fa1bd29e66e04c1b9f321a98023d8ede46ff | |
parent | aeb949f589c71b61c596bdb00f1763d04ac0c4cb (diff) |
DB/Creature: Sartharion Twilight Egg
(cherry picked from commit daecf90ac454a44d28c9f9f3a328a29d32558080)
-rw-r--r-- | sql/updates/world/master/2022_01_01_13_world_2020_04_12_04_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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); |