diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-07-08 15:01:43 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-07-08 15:01:43 +0200 |
commit | 0594d928312ed46e4fbf91edce180b356a7fee9b (patch) | |
tree | 88dd955a723f8a245ac91989300e267e98eb85d1 | |
parent | 7a3b92b49bf7c28de58d5270291d79d9e5c6aa2d (diff) |
DB/Spawns: Remove some duplicates
Closes #22108
-rw-r--r-- | sql/updates/world/3.3.5/2018_07_08_09_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_07_08_09_world_335.sql b/sql/updates/world/3.3.5/2018_07_08_09_world_335.sql new file mode 100644 index 00000000000..8a66611315c --- /dev/null +++ b/sql/updates/world/3.3.5/2018_07_08_09_world_335.sql @@ -0,0 +1,3 @@ +DELETE FROM `creature` WHERE `guid` IN (42847,42850,37624,3828,38851,38824,51692,51697,51704,51699); +DELETE FROM `creature_addon` WHERE `guid` IN (42847,42850,37624,3828,38851,38824,51692,51697,51704,51699); +DELETE FROM `spawn_group` WHERE `spawnId` IN (42847,42850,37624,3828,38851,38824,51692,51697,51704,51699) AND `spawnType`=0; |