aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-07-06 17:45:45 +0300
committerShauren <shauren.trinity@gmail.com>2022-03-11 15:18:31 +0100
commit177d26330d8a6fc1123acd91b5f2986860b009a5 (patch)
tree5bb016199c891a65a703ae2b281bf4f40a216fc2
parente43a5837fa91d32871d039c8032cd08b86998399 (diff)
DB/GameObject: Link one of objects to MFF event
Ref #26623 (cherry picked from commit 61075778e0c1209e1bc50f87d506319e0152271c)
-rw-r--r--sql/updates/world/master/2022_03_11_20_world_2021_07_06_03_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_11_20_world_2021_07_06_03_world.sql b/sql/updates/world/master/2022_03_11_20_world_2021_07_06_03_world.sql
new file mode 100644
index 00000000000..9ca6e268617
--- /dev/null
+++ b/sql/updates/world/master/2022_03_11_20_world_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);