diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-07 19:02:09 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-07 19:02:09 +0200 |
commit | fda3905799908b0a3e0e51a4a55d6de64a9cb88a (patch) | |
tree | 1608ecdd19d2d0af28aeef02b66e634ea21864e1 | |
parent | 5af58fa3cf621b1a8dc41a958a34c8c663783edc (diff) |
DB/Creature: Fix startup error
-rw-r--r-- | sql/updates/world/2013_06_07_00_world_creature_ai_scripts.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_07_00_world_creature_ai_scripts.sql b/sql/updates/world/2013_06_07_00_world_creature_ai_scripts.sql new file mode 100644 index 00000000000..c6abfaf4039 --- /dev/null +++ b/sql/updates/world/2013_06_07_00_world_creature_ai_scripts.sql @@ -0,0 +1 @@ +DELETE FROM `creature_ai_scripts` WHERE `creature_id`=25730; |