diff options
| author | megamage <none@none> | 2009-05-10 22:50:15 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-10 22:50:15 -0500 |
| commit | 4fef015112f7bc5fd114c116a384515859b95e9d (patch) | |
| tree | a5237ebaa21c7e8404ca93450fbb3315decaad66 /sql/updates | |
| parent | 82f886e3c1daa6ae9049bb0c0c0c00219e9735ba (diff) | |
*Update Naxx scripts.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/3233_world_scripts_naxx.sql | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/sql/updates/3233_world_scripts_naxx.sql b/sql/updates/3233_world_scripts_naxx.sql index 7272b328f8e..d84a4462537 100644 --- a/sql/updates/3233_world_scripts_naxx.sql +++ b/sql/updates/3233_world_scripts_naxx.sql @@ -30,5 +30,21 @@ DELETE FROM `spell_script_target` WHERE `entry` IN (55479); INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES (55479, 1, 16803); # Force Obedience - Death Knight Understudy -# Death Knight Understudy -UPDATE creature_template SET spell1=0, spell2=0, spell3=0, spell4=61696, spell5=29060, spell6=29061 WHERE entry IN (16803,29941); +INSERT INTO creature_template (entry, spell1, spell2, spell3, spell4, spell5, spell6, spell7, spell8) VALUES +(16803, 0, 0, 0, 61696, 29060, 29061, 0, 0), # Death Knight Understudy +(29941, 0, 0, 0, 61696, 29060, 29061, 0, 0), # Death Knight Understudy (H) +(16573, 15284, 28991, 28969, 34970, 28864, 0, 0, 0), # Crypt Guard +(29256, 15284, 28991, 56098, 34970, 28864, 0, 0, 0), # Crypt Guard (H) +(16984, 15496, 0, 0, 0, 0, 0, 0, 0), # Plagued Warrior +(29632, 15496, 0, 0, 0, 0, 0, 0, 0), # Plagued Warrior (H) +(16290, 28156, 0, 0, 0, 0, 0, 0, 0), # Fallout Slime +(29388, 54367, 0, 0, 0, 0, 0, 0, 0) # Fallout Slime (H) +ON DUPLICATE KEY UPDATE +spell1 = VALUES(spell1), +spell2 = VALUES(spell2), +spell3 = VALUES(spell3), +spell4 = VALUES(spell4), +spell5 = VALUES(spell5), +spell6 = VALUES(spell6), +spell7 = VALUES(spell7), +spell8 = VALUES(spell8); |
