diff options
author | Anubisss <none@none> | 2010-06-11 00:04:11 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2010-06-11 00:04:11 +0200 |
commit | 169cbb5b1d924435c1ed3668c569629bf1dbae5c (patch) | |
tree | e36274aec9808b792730f1557853e9727b3ba08e | |
parent | 605c3a4f1ffc323915849ca528e599e32606d504 (diff) |
Drop 'reload spell_script_target' command from DB because this table dropped with the ConditionManager.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/8576_world_command.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/8576_world_command.sql b/sql/updates/8576_world_command.sql new file mode 100644 index 00000000000..4512dfe8a28 --- /dev/null +++ b/sql/updates/8576_world_command.sql @@ -0,0 +1 @@ +DELETE FROM command WHERE name = 'reload spell_script_target'; |