diff options
-rw-r--r-- | sql/updates/world/2015_09_03_00_world.sql | 2 | ||||
-rw-r--r-- | sql/updates/world/2015_09_03_01_world.sql | 2 | ||||
-rw-r--r-- | sql/updates/world/2015_09_03_02_world.sql | 7 | ||||
-rw-r--r-- | sql/updates/world/2015_09_03_03_world.sql | 2 | ||||
-rw-r--r-- | sql/updates/world/2015_09_03_04_world.sql | 2 |
5 files changed, 15 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_03_00_world.sql b/sql/updates/world/2015_09_03_00_world.sql new file mode 100644 index 00000000000..90eeee2e0ee --- /dev/null +++ b/sql/updates/world/2015_09_03_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid`=137997 AND `id`=10319; diff --git a/sql/updates/world/2015_09_03_01_world.sql b/sql/updates/world/2015_09_03_01_world.sql new file mode 100644 index 00000000000..0f1a0348ef1 --- /dev/null +++ b/sql/updates/world/2015_09_03_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid`=208775 AND `id`=25958; diff --git a/sql/updates/world/2015_09_03_02_world.sql b/sql/updates/world/2015_09_03_02_world.sql new file mode 100644 index 00000000000..3baa80fbac1 --- /dev/null +++ b/sql/updates/world/2015_09_03_02_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `creature` WHERE `guid`=201508 AND `id`=37824; +DELETE FROM `creature` WHERE `guid`=201460 AND `id`=38228; +DELETE FROM `creature` WHERE `guid`=201661 AND `id`=38228; +DELETE FROM `creature` WHERE `guid`=201442 AND `id`=38231; +DELETE FROM `creature` WHERE `guid`=201490 AND `id`=38232; +DELETE FROM `creature` WHERE `guid`=201539 AND `id`=38232; diff --git a/sql/updates/world/2015_09_03_03_world.sql b/sql/updates/world/2015_09_03_03_world.sql new file mode 100644 index 00000000000..8e717422930 --- /dev/null +++ b/sql/updates/world/2015_09_03_03_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid`=88282 AND `id`=18700; diff --git a/sql/updates/world/2015_09_03_04_world.sql b/sql/updates/world/2015_09_03_04_world.sql new file mode 100644 index 00000000000..9c4d4d98828 --- /dev/null +++ b/sql/updates/world/2015_09_03_04_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid`=28649 AND `id`=17148; |