diff options
| author | Kittnz <frederik156@hotmail.com> | 2016-10-08 15:43:13 +0200 |
|---|---|---|
| committer | Kittnz <frederik156@hotmail.com> | 2016-10-08 15:43:13 +0200 |
| commit | e3560f3f518ee8a76921b4922292805c03871d4a (patch) | |
| tree | c926b3ab323f728857c76d7ada8b26613fbe359c /sql | |
| parent | 19f8acdb616909758391d1c1459fe61196531f3b (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.sql | 2 |
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; |
