diff options
| author | megamage <none@none> | 2008-10-20 14:02:13 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2008-10-20 14:02:13 -0500 |
| commit | 717cfa01f0a10f5b1482fded2efdbb598145a2a2 (patch) | |
| tree | 629b84c1eaec020f7fc1c8225e661bf712ff1def /src/bindings/scripts/sql/Updates | |
| parent | 4f06be912b601fd05053a42f869e52ab09fa0f0e (diff) | |
[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
Diffstat (limited to 'src/bindings/scripts/sql/Updates')
| -rw-r--r-- | src/bindings/scripts/sql/Updates/r86_trinity.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
