diff options
| author | megamage <none@none> | 2009-08-17 22:34:18 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-17 22:34:18 -0500 |
| commit | 6701d3d24f80e876aecca9b2086e06464f67fce8 (patch) | |
| tree | 1b10a7e69d49643b5b586be78b3095e4bd885604 /sql/updates | |
| parent | 7c2db4f2a9c55869c44b848fef9daf43091e981e (diff) | |
*Script for quest "An End To All Things..."
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5175_world_scripts_dk.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/5175_world_scripts_dk.sql b/sql/updates/5175_world_scripts_dk.sql new file mode 100644 index 00000000000..33f62d77f31 --- /dev/null +++ b/sql/updates/5175_world_scripts_dk.sql @@ -0,0 +1,10 @@ +update creature_template set spell1=53117 where entry=29104; +update creature_template set spell1=53348,killcredit1=29150 where entry IN (29102,29103); +update creature_template set scriptname="mob_anti_air" where entry in (29102,29103,29104); + + +DELETE FROM `spell_script_target` WHERE entry IN +(53110); +INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES +(53110, 1, 29102), +(53110, 1, 29103); -- Devour Humanoid |
