diff options
| author | Manuel <manue.l@live.com.ar> | 2011-01-20 12:37:41 -0300 |
|---|---|---|
| committer | Manuel <manue.l@live.com.ar> | 2011-01-20 12:37:41 -0300 |
| commit | 76e4b6dda48c7ac20b2b6bfc874fd89deea9398b (patch) | |
| tree | 64d37c70c52d72c12b75da2a284550656e2bacb9 /sql/updates | |
| parent | 9c7e0702a6822750b200e790fbd2c3f1f01fa4e4 (diff) | |
Core/Scripts/Oculus: Implemented AI for boss Varos Cloudstrider <Azure-Lord of the Blue Dragonflight>.
Signed-off-by: Manuel <manue.l@live.com.ar>
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/2011_01_20_0_world_scriptname.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/2011_01_20_0_world_scriptname.sql b/sql/updates/2011_01_20_0_world_scriptname.sql new file mode 100644 index 00000000000..14e187a2a63 --- /dev/null +++ b/sql/updates/2011_01_20_0_world_scriptname.sql @@ -0,0 +1,5 @@ +UPDATE `creature_template` SET `ScriptName`='boss_varos' WHERE `entry`=27447; +UPDATE `creature_template` SET `ScriptName`='npc_azure_ring_captain' WHERE `entry`=27638; + +DELETE FROM `spell_script_names` WHERE `spell_id`=50053; +INSERT INTO `spell_script_names` (spell_id,ScriptName) VALUES (50053,'spell_varos_centrifuge_shield'); |
