diff options
| author | Kudlaty <none@none> | 2009-08-10 23:24:40 +0200 |
|---|---|---|
| committer | Kudlaty <none@none> | 2009-08-10 23:24:40 +0200 |
| commit | 1594f0381fad4733ccb2a83a5181204624c9f810 (patch) | |
| tree | 1db92f7ccad15d87d569b2ffcf2c2c2c32b0f7e7 /sql/updates | |
| parent | f2a24c215c66993bfff7f9c5f9b1538078fa6037 (diff) | |
Merge [SD2]
r1172 Replace some DealDamage() with ForcedDespawn()
r1173 Added a few more texts for quest 12733
r1174 Allow escortAI to continue run for as long as at least one member of party is in range (in case original player who start escort is in party).
r1175 Correct gossip text, wrong in rev 1173.
r1176 Correcting a bug for script related to quest 11129. Also use explicit boolean as check if still moving to location.
r1177 Adjusting tempsummon time for Opera event bosses and also despawn if creatures evade.
r1178 Remove not needed code (already called from escortAI::UpdateAI)
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/4879_world_script_texts.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/4879_world_script_texts.sql b/sql/updates/4879_world_script_texts.sql new file mode 100644 index 00000000000..e300e3c1bf9 --- /dev/null +++ b/sql/updates/4879_world_script_texts.sql @@ -0,0 +1,12 @@ +UPDATE script_texts SET entry=-1609080 WHERE entry=-1609017; +UPDATE script_texts SET entry=-1609081 WHERE entry=-1609018; +UPDATE script_texts SET entry=-1609082 WHERE entry=-1609019; +UPDATE script_texts SET entry=-1609083 WHERE entry=-1609020; +UPDATE script_texts SET entry=-1609084 WHERE entry=-1609021; +UPDATE script_texts SET entry=-1609085 WHERE entry=-1609022; + +DELETE FROM script_texts WHERE entry IN (-1609086,-1609087,-1609088); +INSERT INTO `script_texts` (`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 +(-1609086,'The Lich King will see his true champion on this day!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,0,0,0,0,'dk_initiate SAY_DUEL_G'), +(-1609087,'You\'re going down!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,0,0,0,0,'dk_initiate SAY_DUEL_H'), +(-1609088,'You don\'t stand a chance, $n', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,0,0,0,0,'dk_initiate SAY_DUEL_I'); |
