From 3085b897c1623232cb15712ee6772a4ac32f3ba1 Mon Sep 17 00:00:00 2001 From: bibi <125542784+14shagov@users.noreply.github.com> Date: Sat, 24 Feb 2024 01:08:21 +0300 Subject: Scripts/Zul'Gurub: Fixed Edge of Madness (#29593) --- sql/updates/world/3.3.5/2024_02_23_02_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_02_23_02_world.sql (limited to 'sql') 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; -- cgit v1.2.3