aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-10-28 18:55:02 +0200
committerfunjoker <funjoker109@gmail.com>2021-01-21 22:30:40 +0100
commit1db4902172dc58756357ea69e10dd82047a00a3b (patch)
treedff756919d452aed7f941eca837f7a9e01f47273
parentc0274a909234775fa71b4ab32374c777863407dc (diff)
DB/Quest: Iron Rune Constructs and You: The Bluff
Closes #20101 (cherry picked from commit 1dad54626c4b4645a62e05f97c5d60b9f9a33144)
-rw-r--r--sql/updates/world/master/2021_01_16_02_world_2017_10_28_01_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_01_16_02_world_2017_10_28_01_world.sql b/sql/updates/world/master/2021_01_16_02_world_2017_10_28_01_world.sql
new file mode 100644
index 00000000000..b3e0b6def08
--- /dev/null
+++ b/sql/updates/world/master/2021_01_16_02_world_2017_10_28_01_world.sql
@@ -0,0 +1,7 @@
+--
+UPDATE `smart_scripts` SET `event_flags`=`event_flags`|512 WHERE `entryorguid` IN (2482300,2485200) AND `source_type`=9;
+-- readd missing text from 2015_03_02_03_world.sql
+DELETE FROM `creature_text` WHERE `CreatureID`=24718 AND `GroupID` IN (1, 2);
+INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`, `BroadcastTextId`,`TextRange`,`comment`) VALUES
+(24718,1,0,"What do you think you're doing, man? Lebronski does NOT appreciate you dragging your loose metal parts all over his rug.",12,7,100,0,0,0, 23890,0,'Lebronski'),
+(24718,2,0,"Far out, man. This bucket of bolts might make it after all...",12,7,100,0,0,0, 23891,0,'Lebronski');