diff options
| author | Tartalo <none@none> | 2010-03-21 15:28:37 +0100 |
|---|---|---|
| committer | Tartalo <none@none> | 2010-03-21 15:28:37 +0100 |
| commit | 36b2b5a1bcc9c3878d48eec1dbc6c5ba08e04882 (patch) | |
| tree | dfb78c1fd749173fd28d9e1e278dff3fa4096df1 /sql/updates | |
| parent | 5bada89128599051c155edda42abef2573ad2585 (diff) | |
The Nexus, The Oculus: Boss drakos support, register needed scripts
This scripts are pushed for testing purposes, so is not recommended
opening it for production enviroments. any feedback is welcome :)
Fixes issue #449.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7646_world_scriptname.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/7646_world_scriptname.sql b/sql/updates/7646_world_scriptname.sql new file mode 100644 index 00000000000..a205a507a51 --- /dev/null +++ b/sql/updates/7646_world_scriptname.sql @@ -0,0 +1,3 @@ +UPDATE `creature_template` SET `ScriptName`='boss_drakos' WHERE `entry`=27654; +UPDATE `creature_template` SET `ScriptName`='npcs_oculus_drakes' WHERE `entry` IN (27657,27658,27659); +UPDATE `instance_template` SET `script`='instance_oculus' WHERE `map`=578; |
