diff options
| author | ebx <none@none> | 2008-12-22 04:03:54 +0200 |
|---|---|---|
| committer | ebx <none@none> | 2008-12-22 04:03:54 +0200 |
| commit | 7b207e821de7756af778db9ebbec1637767da695 (patch) | |
| tree | ada6163b7f13bf9fa9ea2d4ea9f34257ebd546b3 /sql/updates | |
| parent | e11dbbd62d7fc16e08f7e1ad59af80a4b3283684 (diff) | |
SD809
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/572_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/572_world.sql b/sql/updates/572_world.sql new file mode 100644 index 00000000000..e92604fa832 --- /dev/null +++ b/sql/updates/572_world.sql @@ -0,0 +1,7 @@ +UPDATE `creature_template` SET `ScriptName`='npc_aeranas' WHERE `entry`=17085; +UPDATE `gameobject_template` SET `ScriptName`='go_haaleshi_altar' WHERE `entry`=181606; + +DELETE FROM `script_texts` WHERE `entry` IN (-1000138,-1000139); +INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`,`comment`) VALUES +(-1000138, 'Avruu\'s magic... it still controls me. You must fight me, mortal. It\'s the only way to break the spell!', 0, 0, 0, 'aeranas SAY_SUMMON'), +(-1000139, 'Avruu\'s magic is broken! I\'m free once again!', 0, 0, 0, 'aeranas SAY_FREE');
\ No newline at end of file |
