From 717cfa01f0a10f5b1482fded2efdbb598145a2a2 Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 20 Oct 2008 14:02:13 -0500 Subject: [svn] Add Alar script. Update Magtheridon script. Update Vorpil script. Patch provided by BroodWyrm. Add sunwell boss scripts into scriptmgr.cpp (forgot to do so in previous revs). --HG-- branch : trunk --- src/bindings/scripts/sql/Updates/r86_trinity.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/bindings/scripts/sql/Updates/r86_trinity.sql (limited to 'src/bindings/scripts/sql/Updates') diff --git a/src/bindings/scripts/sql/Updates/r86_trinity.sql b/src/bindings/scripts/sql/Updates/r86_trinity.sql new file mode 100644 index 00000000000..8b1f96c1564 --- /dev/null +++ b/src/bindings/scripts/sql/Updates/r86_trinity.sql @@ -0,0 +1,6 @@ +update `creature_template` set `ScriptName`='boss_alar' where `entry`='19514'; +update `creature_template` set `ScriptName`='mob_ember_of_alar' where `entry`='19551'; +update `creature_template` set `ScriptName`='mob_flame_patch_alar' where `entry`='20602'; + +update gameobject_template set scriptname = "go_manticron_cube" where entry = 181713; +update creature_template set scriptname = "mob_abyssal" where entry = 17454; \ No newline at end of file -- cgit v1.2.3