diff options
| author | maximius <none@none> | 2009-09-23 19:50:02 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-09-23 19:50:02 -0700 |
| commit | 8102372a67098e1af65888b0b411eb3b47814bf0 (patch) | |
| tree | 34015699313a740b51b53f80c6dc62969c04c889 /sql/updates | |
| parent | 3fce346a522780b92ad8902ce4ce141e86a08959 (diff) | |
*Krik'thir the Gatewatcher partial script by Manuel and Gyullo
*Ahn'Kahet: Fixes for Prince Taldaram & code Achievement by Tartalo
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5736_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/5736_world.sql b/sql/updates/5736_world.sql new file mode 100644 index 00000000000..35cc7374f44 --- /dev/null +++ b/sql/updates/5736_world.sql @@ -0,0 +1,8 @@ + +UPDATE `creature_template` SET `ScriptName`='boss_krik_thir' where `entry`=28684; + +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'); |
