aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-06-15 18:59:58 +0200
committerGitHub <noreply@github.com>2016-06-15 18:59:58 +0200
commit781d713835a5cf89b3edac76d6490bae7f3ccd8f (patch)
tree9449950d7baf84b0ed61ef2bb7eb8ca6ab16e734 /sql
parent875b21ee448c1500749abf53fbf538813bcee8d1 (diff)
DB/Gameobject: Fix some darkmoon faire gameobjects
Closes #17381 by prestonjamesparsons
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/6.x/2016_06_15_08_world.sql13
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_06_15_08_world.sql b/sql/updates/world/6.x/2016_06_15_08_world.sql
new file mode 100644
index 00000000000..1a7d606352f
--- /dev/null
+++ b/sql/updates/world/6.x/2016_06_15_08_world.sql
@@ -0,0 +1,13 @@
+--
+DELETE FROM `game_event_gameobject` WHERE `guid` IN (220041, 220044, 220043, 220042, 220048, 220049, 220076, 220148, 220147, 220029);
+INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
+(3, 220029),
+(3, 220041),
+(3, 220042),
+(3, 220043),
+(3, 220044),
+(3, 220147),
+(3, 220048),
+(3, 220049),
+(3, 220076),
+(3, 220148);