diff options
| author | megamage <none@none> | 2009-05-26 22:13:36 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-26 22:13:36 -0500 |
| commit | 7ac4fb46c417ecbc68cf4844c6078ed88015bc90 (patch) | |
| tree | c87ca94e84da4cd49c58fd45ddaf739224fb3939 /sql/updates | |
| parent | 0328a3c2120fa32aab6cf95d7139995d9a21dbd5 (diff) | |
*Fix DK quest 12641
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/3592_world_spell_(dk).sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/3592_world_spell_(dk).sql b/sql/updates/3592_world_spell_(dk).sql new file mode 100644 index 00000000000..394350b9745 --- /dev/null +++ b/sql/updates/3592_world_spell_(dk).sql @@ -0,0 +1,11 @@ +update creature_template set spell5=51890 where entry = 28511; -- Eye of Acherus flight + +DELETE FROM `spell_script_target` WHERE entry IN +(51859); +INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES +(51859, 1, 28525), -- siphon of archerus +(51859, 1, 28542), +(51859, 1, 28543), +(51859, 1, 28544); + +update creature_template set minlevel=50,maxlevel=52,minhealth=2215,maxhealth=2317,faction_A=2084,faction_H=2084,mindmg=50,maxdmg=50 where entry=28528; -- ghoul |
