diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-30 18:24:14 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-30 18:24:14 +0200 |
commit | 95c2c8885cdc9cc0e6db10ee5df2ee133e41e08e (patch) | |
tree | 9912be500c99b6574dd09b8e1fd9797d562ad2c8 | |
parent | 1eaf3c9c9d2cebc14be597be3bb3077a0f33bf20 (diff) |
DB/Creature: Fix startup error
-rw-r--r-- | sql/updates/world/2013_06_30_10_world_creature_addon.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_30_10_world_creature_addon.sql b/sql/updates/world/2013_06_30_10_world_creature_addon.sql new file mode 100644 index 00000000000..3a38356e295 --- /dev/null +++ b/sql/updates/world/2013_06_30_10_world_creature_addon.sql @@ -0,0 +1 @@ +DELETE FROM `creature_addon` WHERE `guid`=121226; |