diff options
| author | Killyana <morphone1@gmail.com> | 2015-11-27 15:12:45 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2015-11-27 15:12:45 +0100 |
| commit | 72f1b590f810d1ec7d91e04d51c89f4e634fba84 (patch) | |
| tree | 2accdaaaabf5587db9fe9ba39a6600daa18a0281 | |
| parent | 823d50421b501fd72c6660798cdc62c2a5317a83 (diff) | |
DB/Creature: Remove wrong spawns
Closes #15544
| -rw-r--r-- | sql/updates/world/2015_11_27_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_27_00_world.sql b/sql/updates/world/2015_11_27_00_world.sql new file mode 100644 index 00000000000..bcd5b3ee3b1 --- /dev/null +++ b/sql/updates/world/2015_11_27_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (326980, 326753, 326754, 326755, 326756, 326758, 326759, 326757, 326416, 326410, 326795, 326783, 326788, 326785, 326782, 326784, 326786, 326787, 326789, 326778, 326775, 326790, 326791, 326796, 326792, 326794, 326793, 286260, 293931, 293933, 293939, 293935, 293937,326004,325995,325997,325990,326005,325992,326003,326006,325987,325999,325998,326001,325994,326002,325989,325991,325996,326326,338135,338133,338130,338134,338132,335881,336424,326329,326331,326330,326321,326319,326324,326320,326312,326315,326325,326322,326323,326332,326327,326328,326984,326983,326982); |
