diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-19 14:14:23 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-19 14:14:23 +0200 |
commit | 5d5cbf04dfdc5e962b8b9fadbdce7c0f95fd1483 (patch) | |
tree | 8a85abf9bc7ddbe8a7b2c954cb89962730f32794 | |
parent | a02ef421b15adf9ca850dbf35993b3475415d490 (diff) |
DB/Creature: Fix startup errors
-rw-r--r-- | sql/updates/world/2014_07_19_01_world_creature_misc.sql (renamed from sql/updates/world/2014_07_19_00_world_creature_misc.sql) | 0 | ||||
-rw-r--r-- | sql/updates/world/2014_07_19_03_world_creature_addon.sql | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_19_00_world_creature_misc.sql b/sql/updates/world/2014_07_19_01_world_creature_misc.sql index 1f8eba3d33c..1f8eba3d33c 100644 --- a/sql/updates/world/2014_07_19_00_world_creature_misc.sql +++ b/sql/updates/world/2014_07_19_01_world_creature_misc.sql diff --git a/sql/updates/world/2014_07_19_03_world_creature_addon.sql b/sql/updates/world/2014_07_19_03_world_creature_addon.sql new file mode 100644 index 00000000000..598e78ce16e --- /dev/null +++ b/sql/updates/world/2014_07_19_03_world_creature_addon.sql @@ -0,0 +1,5 @@ +DELETE FROM `creature_addon` WHERE `guid` IN ( +45221, +45222, +45223, +45224); |