aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2024_02_23_02_world.sql8
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;