From 624bd6a1f08dbf312c045fd46be3d989ddf71f05 Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 6 Aug 2009 13:57:41 -0500 Subject: *Fix some Gothik mob spells. Thanks to Stryker --HG-- branch : trunk --- sql/updates/4795_world_scripts_converter.sql | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sql/updates/4795_world_scripts_converter.sql (limited to 'sql/updates') diff --git a/sql/updates/4795_world_scripts_converter.sql b/sql/updates/4795_world_scripts_converter.sql new file mode 100644 index 00000000000..185075f05ed --- /dev/null +++ b/sql/updates/4795_world_scripts_converter.sql @@ -0,0 +1,13 @@ +INSERT INTO creature_template (entry, spell1, spell2, spell3, spell4, spell5, spell6, spell7, spell8) VALUES +(29987, 55645, 0, 0, 0, 0, 0, 0, 27892), # Unrelenting Trainee (H) +(29985, 27825, 0, 0, 0, 0, 0, 0, 27928), # Unrelenting Death Knight (H) +(29986, 55638, 55608, 0, 0, 0, 0, 0, 27935) # Unrelenting Rider (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); \ No newline at end of file -- cgit v1.2.3