aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-07-06 17:45:45 +0300
committeroffl <offl@users.noreply.github.com>2021-07-06 17:45:45 +0300
commit61075778e0c1209e1bc50f87d506319e0152271c (patch)
tree4d52ce676d110f302d798d52fb08078a5af623f5
parentd7dfa85d2cf56511449e100129c1b3130cd50d7e (diff)
DB/GameObject: Link one of objects to MFF event
Ref #26623
-rw-r--r--sql/updates/world/3.3.5/2021_07_06_03_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_07_06_03_world.sql b/sql/updates/world/3.3.5/2021_07_06_03_world.sql
new file mode 100644
index 00000000000..9ca6e268617
--- /dev/null
+++ b/sql/updates/world/3.3.5/2021_07_06_03_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `game_event_gameobject` WHERE `guid` = 17176;
+INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
+(1,17176);