diff options
| author | megamage <none@none> | 2008-11-26 15:56:24 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-11-26 15:56:24 -0600 |
| commit | cee531501b6e3bea341951ac63c99060c0621dff (patch) | |
| tree | b0a4ebe0bba2885eca0703e148d4e441284523f5 | |
| parent | 9366ec3308691bc0a64da7313d1c57e9398e1bc5 (diff) | |
*Script target for spell 30659.
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/332_world_spell_script_target.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/332_world_spell_script_target.sql b/sql/updates/332_world_spell_script_target.sql new file mode 100644 index 00000000000..bb102d9a134 --- /dev/null +++ b/sql/updates/332_world_spell_script_target.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_target` WHERE `entry` in (30659); +INSERT INTO `spell_script_target` VALUES (30659, 1, 17281);
\ No newline at end of file |
