From 7d8174d8d839cc2af397e90d1634fe9d217782e4 Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 7 Jun 2009 23:36:37 -0500 Subject: *Some small update of kelthuzad script. --HG-- branch : trunk --- sql/updates/3856_world_spell_(naxx).sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/3856_world_spell_(naxx).sql (limited to 'sql/updates') diff --git a/sql/updates/3856_world_spell_(naxx).sql b/sql/updates/3856_world_spell_(naxx).sql new file mode 100644 index 00000000000..3b3895b3c4d --- /dev/null +++ b/sql/updates/3856_world_spell_(naxx).sql @@ -0,0 +1,9 @@ +UPDATE `creature_template` SET `minlevel`='80',`maxlevel`='80',`faction_A`='21',`faction_H`='21' WHERE entry IN (16286,30068); + +INSERT INTO creature_template (entry, baseattacktime, spell1, flags_extra, scriptname) VALUES +(16129, 10000, 27812, 128, 'trigger_periodic') # Shadow Fissure (Kel'thezad) +ON DUPLICATE KEY UPDATE +baseattacktime = VALUES(baseattacktime), +spell1 = VALUES(spell1), +flags_extra = VALUES(flags_extra), +scriptname = VALUES(scriptname); -- cgit v1.2.3