diff options
| author | runningnak3d <none@none> | 2008-12-22 20:59:45 +0000 |
|---|---|---|
| committer | runningnak3d <none@none> | 2008-12-22 20:59:45 +0000 |
| commit | de11cc3f8ecb3edff0c720f669077594f9602214 (patch) | |
| tree | e7e727a46a1bd46fd53d79222188cb4c0b6c494c /sql/updates/572_world.sql | |
| parent | ea891c0575e4a76f26d3fb8ec9c7a2f4eff4a9bf (diff) | |
* And yet more SQL clean up
--HG--
branch : trunk
rename : sql/updates/488_world_script.sql => sql/updates/488_world_scripts.sql
rename : sql/updates/502_trinity_scripts.sql => sql/updates/502_world_scripts.sql
rename : sql/updates/566_world_spell_script_target.sql => sql/updates/566_world.sql
Diffstat (limited to 'sql/updates/572_world.sql')
| -rw-r--r-- | sql/updates/572_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/572_world.sql b/sql/updates/572_world.sql index e92604fa832..33ce446b012 100644 --- a/sql/updates/572_world.sql +++ b/sql/updates/572_world.sql @@ -4,4 +4,4 @@ UPDATE `gameobject_template` SET `ScriptName`='go_haaleshi_altar' WHERE `entry`= 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 +(-1000139, 'Avruu\'s magic is broken! I\'m free once again!', 0, 0, 0, 'aeranas SAY_FREE'); |
