diff options
| author | Jinnaix <37972361+Jinnaix@users.noreply.github.com> | 2020-03-20 14:51:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-20 10:51:43 -0300 |
| commit | a8a0f6b261994712e0339be96b8174a8382c51f7 (patch) | |
| tree | 9126a0de5e90b5d5da7558fcdaa50ea263cf8029 /sql | |
| parent | 2a41755b589f215c14c85b1015e71534c1e91a98 (diff) | |
Scripts/Blackwing Lair - Doors correction (#24327)
Fix all doors
corrected the Chromaggus fight start
correctly close final bossfight door at fight and open it on reset or bosskill
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_03_20_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_03_20_00_world.sql b/sql/updates/world/3.3.5/2020_03_20_00_world.sql new file mode 100644 index 00000000000..ac1eac0f3aa --- /dev/null +++ b/sql/updates/world/3.3.5/2020_03_20_00_world.sql @@ -0,0 +1,2 @@ +-- attaching lever script to gob +UPDATE `gameobject_template` SET `ScriptName`='go_chromaggus_lever' WHERE `entry`=179148; |
