diff options
| author | Manuel <manue.l@live.com.ar> | 2011-01-26 16:57:59 -0300 |
|---|---|---|
| committer | Manuel <manue.l@live.com.ar> | 2011-01-26 16:57:59 -0300 |
| commit | 187f34248da2f3b7d5c72f2f5ccdd447ed352b9b (patch) | |
| tree | e65ccc1ba3da994c1a4ac15642f47ba500e2e8f7 /sql/updates | |
| parent | 140c0d8109f6bc646805b28e91bd0651eb5e4bb1 (diff) | |
Scripts/Oculus: Implemented AI for Boss Ley-Guardian Eregos.
Signed-off-by: Manuel <manue.l@live.com.ar>
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/2011_01_26_world_scriptname.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/2011_01_26_world_scriptname.sql b/sql/updates/2011_01_26_world_scriptname.sql new file mode 100644 index 00000000000..98c74106866 --- /dev/null +++ b/sql/updates/2011_01_26_world_scriptname.sql @@ -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;
\ No newline at end of file |
