diff options
| author | Tartalo <none@none> | 2010-06-26 23:40:24 +0200 |
|---|---|---|
| committer | Tartalo <none@none> | 2010-06-26 23:40:24 +0200 |
| commit | 1361b8b86c20d2e4a5a7332bb2834774a209f0f8 (patch) | |
| tree | 1fca229dc1492cb148b3dda00fc67a8e1d0f2a7a /sql | |
| parent | 3da0d1d5b2177816250a8f0e27350fc210deae47 (diff) | |
Violet Hold: Azure Saboteour animation on boss encounters, by DenissRassman
From issue #2180
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/scripts/world_scripts_full.sql | 1 | ||||
| -rw-r--r-- | sql/updates/8752_world_scriptname.sql | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index 6b36f9f0928..191a2ea0106 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -1503,6 +1503,7 @@ update `creature_template` SET `scriptname`='mob_azure_invader' WHERE `entry`=30 update `creature_template` SET `scriptname`='mob_azure_spellbreaker' WHERE `entry`=30962; update `creature_template` SET `scriptname`='mob_azure_binder' WHERE `entry`=30918; update `creature_template` SET `scriptname`='mob_azure_mage_slayer' WHERE `entry`=30963; +UPDATE `creature_template` SET `scriptname`='mob_azure_saboteur' WHERE `entry`=31079; UPDATE `instance_template` SET `script`='instance_violet_hold' WHERE `map`=608; /* WAILING CAVERNS */ diff --git a/sql/updates/8752_world_scriptname.sql b/sql/updates/8752_world_scriptname.sql new file mode 100644 index 00000000000..03bc1bb354c --- /dev/null +++ b/sql/updates/8752_world_scriptname.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `scriptname`='mob_azure_saboteur' WHERE `entry`=31079; -- Azure Saboteur |
