Scripts/Oculus: Implemented AI for Boss Ley-Guardian Eregos.

Signed-off-by: Manuel <manue.l@live.com.ar>
This commit is contained in:
Manuel
2011-01-26 16:57:59 -03:00
parent 140c0d8109
commit 187f34248d
4 changed files with 172 additions and 20 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=51162;
INSERT INTO `spell_script_names`(spell_id, ScriptName) VALUES (51162,'spell_eregos_planar_shift');
UPDATE `creature_template` SET `ScriptName`='boss_eregos' WHERE `entry`=27656;