aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/5736_world.sql
diff options
context:
space:
mode:
authorteacher <none@none>2009-12-12 15:27:10 +0100
committerteacher <none@none>2009-12-12 15:27:10 +0100
commit477e58f32137cbede732998f24fed96ca43fd0fa (patch)
tree7b60d1681b4e16080d1e3df4d32e6fa622fc7046 /sql/updates/5736_world.sql
parent7fa5c67861a9fb9d34cd8a64a03e4be1f6ab0492 (diff)
Renamed sql update files to proper Trinity naming standard.
Moved files prior to 6381_world_script_texts.sql to 3.1.3_old folder. --HG-- branch : trunk
Diffstat (limited to 'sql/updates/5736_world.sql')
-rw-r--r--sql/updates/5736_world.sql9
1 files changed, 0 insertions, 9 deletions
diff --git a/sql/updates/5736_world.sql b/sql/updates/5736_world.sql
deleted file mode 100644
index 0adb9af7713..00000000000
--- a/sql/updates/5736_world.sql
+++ /dev/null
@@ -1,9 +0,0 @@
-
-UPDATE `creature_template` SET `ScriptName`='boss_krik_thir' where `entry`=28684;
-
-DELETE FROM `script_texts` WHERE `entry` BETWEEN -1601003 AND -1601000;
-INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`,`sound`,`type`,`language`,`emote`,`comment`) VALUES
- (28684,-1601000, 'This kingdom belongs to the Scourge! Only the dead may enter.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 'SAY_AGGRO boss_krik_thir'),
- (28684,-1601001, 'You were foolish to come.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 'SAY_SLAY_1 boss_krik_thir'),
- (28684,-1601002, 'As Anub''Arak commands!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 'SAY_SLAY_2 boss_krik_thir'),
- (28684,-1601003, 'I should be grateful. But I long ago lost the capacity.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 'SAY_DEATH boss_krik_thir');