diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-12-08 09:57:26 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-12-08 09:57:26 +0100 |
commit | b307039cdb58ce0d702989ad070f3f8fa22109f4 (patch) | |
tree | 5042b697f644f087c98280ff2b2f73c8ef1b3495 | |
parent | 8b68d791b7fd3abd648c6300a3d3909448211d7c (diff) |
DB/Spawns: Remove some duplicates
Closes #22741
-rw-r--r-- | sql/updates/world/3.3.5/2018_12_08_28_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_12_08_28_world_335.sql b/sql/updates/world/3.3.5/2018_12_08_28_world_335.sql new file mode 100644 index 00000000000..6b614813a9f --- /dev/null +++ b/sql/updates/world/3.3.5/2018_12_08_28_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (154,3224,3225,168,1727,153,1730,1731,183,1736,155,2097,1737,2099,2095,4068,158,3647,4094,4099); +DELETE FROM `creature_addon` WHERE `guid` IN (154,3224,3225,168,1727,153,1730,1731,183,1736,155,2097,1737,2099,2095,4068,158,3647,4094,4099); +DELETE FROM `spawn_group` WHERE `spawnId` IN (154,3224,3225,168,1727,153,1730,1731,183,1736,155,2097,1737,2099,2095,4068,158,3647,4094,4099); |