diff options
| author | Killyana <morphone1@gmail.com> | 2018-03-09 21:13:03 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-09-05 00:45:00 +0200 |
| commit | d49b969b77264e7ab1f3fa9842015cfc179d0fd3 (patch) | |
| tree | 1aa2d2644128e2a80d67a0e58829ec2ae42b2bf4 | |
| parent | b414713fd9cc0b7821f0df402a6ce3c02e8b158f (diff) | |
DB/Gameobject: Remove deprecated game objects
(cherry picked from commit 33194a0ae6d5543119a15e18155f906ebf57eeea)
| -rw-r--r-- | sql/updates/world/master/2021_09_05_01_world_2018_03_09_05_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_09_05_01_world_2018_03_09_05_world.sql b/sql/updates/world/master/2021_09_05_01_world_2018_03_09_05_world.sql new file mode 100644 index 00000000000..33f0f4f1853 --- /dev/null +++ b/sql/updates/world/master/2021_09_05_01_world_2018_03_09_05_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `gameobject_template_addon` WHERE `entry` IN (300010,300015,300028,300052,300056,300064,300084,300085,300107,300115,300126,300160,300162,300165,300180,300191,300195,300196,300205); +DELETE FROM `gameobject_template` WHERE `entry` IN (300010,300015,300028,300052,300056,300064,300084,300085,300107,300115,300126,300160,300162,300165,300180,300191,300195,300196,300205); |
