diff options
| author | Discover- <amort11@hotmail.com> | 2011-12-25 00:36:17 +0100 |
|---|---|---|
| committer | Discover- <amort11@hotmail.com> | 2011-12-25 00:36:17 +0100 |
| commit | c3e527da6d0e5b6fcf7c7faadfd441c2f0a941bc (patch) | |
| tree | 8fd043ee502bf1b91db5d66e5669b6c9fb92148b /sql/updates | |
| parent | 8cec401f0c4c61bb69fc6353bc13e0b2c4582130 (diff) | |
Core/Quests: Script quest Captain Tyralius.
Closes #3091.
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_12_25_00_world_misc.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2011_12_25_00_world_misc.sql b/sql/updates/world/2011_12_25_00_world_misc.sql new file mode 100644 index 00000000000..4096bbf35c7 --- /dev/null +++ b/sql/updates/world/2011_12_25_00_world_misc.sql @@ -0,0 +1,5 @@ +UPDATE `gameobject_template` SET `ScriptName`='go_captain_tyralius_prison' WHERE `entry`=184588; +UPDATE `quest_template` SET `ReqSpellCast1`=0 WHERE `entry`=10422; +DELETE FROM `creature_text` WHERE `entry`=20787; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(20787,0,0,"You've saved me, fleshling! Ameer will hear of this noble act.",12,0,100,0,0,0,"Captain Tyralius");
\ No newline at end of file |
