mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Scripts/The Steamvault: Fixed Chambers Access Panel and Main Chambers Door
Closes #21067 Ty Kittnz, killerwife, Aokromes (sniffs)
This commit is contained in:
4
sql/updates/world/3.3.5/2019_01_02_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2019_01_02_00_world.sql
Normal file
@@ -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');
|
||||
Reference in New Issue
Block a user