diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-05-19 23:57:03 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-05-19 23:57:03 +0200 |
commit | 1eac9c294414b7d68dec825e44f2ebce82a120c8 (patch) | |
tree | 6ba0c94cdb8365a29184d265203ab5edacc8e433 | |
parent | 383ed042b320ac895265cdbe0a33b218e11e6b46 (diff) |
DB/Creature: Fix startup error (thx Runico)
-rw-r--r-- | sql/updates/world/2013_05_20_00_world_creature_addon.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_05_20_00_world_creature_addon.sql b/sql/updates/world/2013_05_20_00_world_creature_addon.sql new file mode 100644 index 00000000000..5ba69949241 --- /dev/null +++ b/sql/updates/world/2013_05_20_00_world_creature_addon.sql @@ -0,0 +1 @@ +DELETE FROM `creature_addon` WHERE `guid`=136437; |