aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKittnz <frederik156@hotmail.com>2016-10-08 15:43:13 +0200
committerKittnz <frederik156@hotmail.com>2016-10-08 15:43:13 +0200
commite3560f3f518ee8a76921b4922292805c03871d4a (patch)
treec926b3ab323f728857c76d7ada8b26613fbe359c /sql
parent19f8acdb616909758391d1c1459fe61196531f3b (diff)
Core/Event: Add Darkmoon Fair Music during the event
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2016_10_08_02_world_335.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_08_02_world_335.sql b/sql/updates/world/3.3.5/2016_10_08_02_world_335.sql
new file mode 100644
index 00000000000..7cdf4474281
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_10_08_02_world_335.sql
@@ -0,0 +1,2 @@
+-- Update Darkmoon Faire Music Doodad script
+UPDATE `gameobject_template` SET `ScriptName`='go_darkmoon_faire_music' WHERE `entry`=180335;