aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2019-01-02 11:57:33 -0300
committerKeader <keader.android@gmail.com>2019-01-02 11:57:33 -0300
commitb283565d8adb394862ea2affd2af497bac6cdbcb (patch)
treec577a22c2166cb6c6356476aebe768fb9d5ac8fc /sql
parent15c50069dd59172f03d922d409c2be8f8abe6c0f (diff)
Scripts/The Steamvault: Fixed Chambers Access Panel and Main Chambers Door
Closes #21067 Ty Kittnz, killerwife, Aokromes (sniffs)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2019_01_02_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_01_02_00_world.sql b/sql/updates/world/3.3.5/2019_01_02_00_world.sql
new file mode 100644
index 00000000000..ba1a87eef80
--- /dev/null
+++ b/sql/updates/world/3.3.5/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');