diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-03-09 01:56:47 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-03-09 01:56:47 +0100 |
| commit | deabbb0e763f5dea47116c8413160be58a2bbbe0 (patch) | |
| tree | 66e62962f17860ec9a0c94050d76068d876d9bc7 | |
| parent | 8aaaaedbdd409188158e1517c9a9056022e850e9 (diff) | |
DB/Misc: Fix some db startup errors
| -rw-r--r-- | sql/updates/world/2013_03_09_00_world_misc.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_03_09_00_world_misc.sql b/sql/updates/world/2013_03_09_00_world_misc.sql new file mode 100644 index 00000000000..61e4378a038 --- /dev/null +++ b/sql/updates/world/2013_03_09_00_world_misc.sql @@ -0,0 +1,3 @@ +DELETE FROM `creature_ai_scripts` WHERE `creature_id` IN (26811,26812); +DELETE FROM `pool_creature` WHERE `pool_entry`=1077; +DELETE FROM `pool_template` WHERE `entry`=1077; |
