diff options
author | Blaymoira <none@none> | 2008-12-25 13:38:50 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2008-12-25 13:38:50 +0100 |
commit | 5dd0120c66004ce335ce57a1d08640a466ff1ae0 (patch) | |
tree | 5a38c02d0ad9b2578c37ae53ac6e74e35a2d86ed | |
parent | 3f7d543aba7da29fd27d1275390ccdb5f0b77e35 (diff) |
*Added DELETE query in 640_world.sql
--HG--
branch : trunk
-rw-r--r-- | sql/updates/640_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/640_world.sql b/sql/updates/640_world.sql index 89e5f067724..20253029d5b 100644 --- a/sql/updates/640_world.sql +++ b/sql/updates/640_world.sql @@ -1,3 +1,4 @@ +DELETE FROM `spell_script_target` WHERE entry IN (33655, 33633, 44374); INSERT INTO `spell_script_target` VALUES (33655,0,183350), (33633,0,183351), |