aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-07-04 02:24:33 +0200
committerKillyana <morphone1@gmail.com>2020-07-04 02:24:33 +0200
commitdb83d3214fb3c13ec4123ce28df420f9cf8834ef (patch)
treee28fd0beeb408ca7ab206656c000c6ec26731482
parent710cad3c59e1b28b26c680b1eab6224c007091dd (diff)
DB/Creature: Add missing text to Converted Sentry
Closes #24887
-rw-r--r--sql/updates/world/3.3.5/2020_07_03_07_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_07_03_07_world.sql b/sql/updates/world/3.3.5/2020_07_03_07_world.sql
new file mode 100644
index 00000000000..af7f537e418
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_07_03_07_world.sql
@@ -0,0 +1,6 @@
+--
+DELETE FROM `creature_text` WHERE `CreatureID` = 24981;
+INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
+(24981,0,0,"Objective acquired. Initiating security routines.",12,0,100,0,0,0,24014,0,"Converted Sentry"),
+(24981,0,1,"Commence location defense.",12,0,100,0,0,0,24015,0,"Converted Sentry"),
+(24981,0,2,"Deployment successful. Trespassers will be neutralized.",12,0,100,0,0,0,24016,0,"Converted Sentry");