aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
author_manuel_ <manue.l@live.com.ar>2010-04-23 16:11:57 -0300
committer_manuel_ <manue.l@live.com.ar>2010-04-23 16:11:57 -0300
commitc972765e0acc24ef11598325d9105ea7204659b9 (patch)
treedf5ab90f093402bac85cf107fb1ad0a15cdb456f /sql/updates
parentc4e4486903a57bca1bcfb438c75e4ee7a806b67c (diff)
Implemented script for areatriggers 5332,5338,5334 and 5340, related with quest Last Rites.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7988_world_scriptname.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/7988_world_scriptname.sql b/sql/updates/7988_world_scriptname.sql
new file mode 100644
index 00000000000..1b90f914ea0
--- /dev/null
+++ b/sql/updates/7988_world_scriptname.sql
@@ -0,0 +1,6 @@
+DELETE FROM `areatrigger_scripts` WHERE `entry` IN (5332,5338,5334,5340);
+INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES
+(5332,'at_last_rites'),
+(5338,'at_last_rites'),
+(5334,'at_last_rites'),
+(5340,'at_last_rites');