diff options
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 |
