From 0aef1a9a486f4262540d10c331a5cb0115d3e11e Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Fri, 7 Aug 2009 02:03:27 +0200 Subject: Merge [SD2] r1142 Fix: Kael'thas advisors gain double health in phase 3 and dropp them on reset Fix: Void Reaver will now ignore pets and totems when casting arcane orb r1143 Remove old workaround for summon kael(TK) weapons and use spells instead. Apply code style to parts of code. r1144 Added lost sql from revision 1119 and 1121 - skip r1145 Correcting details for npc related to quest 590 --HG-- branch : trunk --- sql/updates/4803_script_texts.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/4803_script_texts.sql (limited to 'sql/updates/4803_script_texts.sql') diff --git a/sql/updates/4803_script_texts.sql b/sql/updates/4803_script_texts.sql new file mode 100644 index 00000000000..a91fa99c22b --- /dev/null +++ b/sql/updates/4803_script_texts.sql @@ -0,0 +1,3 @@ +DELETE FROM script_texts WHERE entry=-1000431; +INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES +(-1000431,'Okay, okay... gimme a minute to rest now. You gone and beat me up good.',0,0,14,1,'calvin SAY_COMPLETE'); -- cgit v1.2.3