diff options
| author | _manuel_ <manue.l@live.com.ar> | 2010-10-21 20:54:47 -0300 |
|---|---|---|
| committer | _manuel_ <manue.l@live.com.ar> | 2010-10-21 20:54:47 -0300 |
| commit | 8ad97b1a47ecf00805457e433b77056fb43cc59b (patch) | |
| tree | 11e8579d42e4cd846f7f07bbffede449910c1dcf /sql/updates | |
| parent | cfa052d429dcba699d8a77f0a1d02fe5fc6f15cb (diff) | |
Core/Scripts: Uldaman improvements.
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
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/10269_world_scriptname.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/10269_world_scriptname.sql b/sql/updates/10269_world_scriptname.sql new file mode 100644 index 00000000000..7fc2b3e8255 --- /dev/null +++ b/sql/updates/10269_world_scriptname.sql @@ -0,0 +1,4 @@ +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');
\ No newline at end of file |
