mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 19:53:02 -04:00
Uldaman now is near to 99% blizzlike, datas and events are fully rewriten. * Add save to instance. * Add support for quest 2240 (Hidden Chamber). * Archeadas Encounter more blizzlike. * Ironaya Event (and animation) now working for Horde and Ally. Author: D_Skywalk Closes issue #4431. --HG-- branch : trunk
4 lines
233 B
SQL
4 lines
233 B
SQL
UPDATE `gameobject_template` SET `ScriptName`='go_keystone_chamber' WHERE `entry`=124371;
|
|
|
|
DELETE FROM `areatrigger_scripts` WHERE `entry`=822;
|
|
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES (822, 'at_map_chamber'); |