diff options
author | Killyana <morphone1@gmail.com> | 2018-02-08 22:26:58 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-06-19 23:33:25 +0200 |
commit | 328f6f48732af669de53175dd366958c89f25335 (patch) | |
tree | 7425bb68e4702d8c8fd15e22dd44439488a2d0a2 /sql | |
parent | 91f1c0b89c10af47ab97641004b94bce0a2b7bd8 (diff) |
DB/Creature: Remove Tamed Sporebat spawns, summoned as pets by other npcs
(cherry picked from commit 3acd9a7c4f7f4372b27f0e1a15c18b00435c9a03)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2021_06_19_14_world_2018_02_08_10_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_19_14_world_2018_02_08_10_world.sql b/sql/updates/world/master/2021_06_19_14_world_2018_02_08_10_world.sql new file mode 100644 index 00000000000..ae24d4fd453 --- /dev/null +++ b/sql/updates/world/master/2021_06_19_14_world_2018_02_08_10_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature` WHERE `id` IN (18201); +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (18201)); |