diff options
| author | bibi <125542784+14shagov@users.noreply.github.com> | 2024-02-24 01:08:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-23 23:08:21 +0100 |
| commit | 3085b897c1623232cb15712ee6772a4ac32f3ba1 (patch) | |
| tree | c3d20b690d3d54643c2ddf1c9a3a2a819ff45e62 /sql/updates/world | |
| parent | 6c181a00d544bbaf13f42b921eeed3dc6b78f89d (diff) | |
Scripts/Zul'Gurub: Fixed Edge of Madness (#29593)
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/3.3.5/2024_02_23_02_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_02_23_02_world.sql b/sql/updates/world/3.3.5/2024_02_23_02_world.sql new file mode 100644 index 00000000000..f800a7ec821 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_02_23_02_world.sql @@ -0,0 +1,8 @@ +DELETE FROM `game_event_gameobject` WHERE `guid`=28704; +INSERT INTO `game_event_gameobject` (eventEntry, guid) VALUES +(27,28704), +(28,28704), +(29,28704), +(30,28704); + +UPDATE `gameobject_template` SET `ScriptName`='go_brazier_of_madness' WHERE `entry`=180327; |
