aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2019-01-02 11:57:33 -0300
committerShauren <shauren.trinity@gmail.com>2021-11-18 22:41:55 +0100
commitc4eed6561c380dc1df53344d4234a332a940dd72 (patch)
treef3c6ae1121e92b0604365f973452db03a582aab7 /sql
parent0b556d8a9183a8109a8559473c32a55405bd30df (diff)
Scripts/The Steamvault: Fixed Chambers Access Panel and Main Chambers Door
Closes #21067 Ty Kittnz, killerwife, Aokromes (sniffs) (cherry picked from commit b283565d8adb394862ea2affd2af497bac6cdbcb)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_11_18_00_world_2019_01_02_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_18_00_world_2019_01_02_00_world.sql b/sql/updates/world/master/2021_11_18_00_world_2019_01_02_00_world.sql
new file mode 100644
index 00000000000..ba1a87eef80
--- /dev/null
+++ b/sql/updates/world/master/2021_11_18_00_world_2019_01_02_00_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `creature_text` WHERE `CreatureID`=20926 AND `GroupID` IN (0,1);
+INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
+(20926,0,0,'You hear a faint echo....',16,0,100,0,0,0,18599,3,'When Access Panel is used'),
+(20926,1,0,'You hear a loud rumble of metal grinding on stone...',16,0,100,0,0,0,18600,3,'When main door open');