diff options
| author | Discover- <amort11@hotmail.com> | 2011-12-25 01:47:02 +0100 |
|---|---|---|
| committer | Discover- <amort11@hotmail.com> | 2011-12-25 01:47:02 +0100 |
| commit | 78ac79220f7ac9bba6e2fec181e6c124475df1b8 (patch) | |
| tree | 8cb71b09eab596c1a67c9643a418e5c206b29c8e /sql | |
| parent | e40365297343ddd0d66a600908ffefe9255390f6 (diff) | |
Scripts/Miscellaneous: Script Brewfest welcome areatriggers.
Texts were already added in 0a3a961211a0f1c82b0f75df2aab6f7d49855337.
Closes #3615
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_12_25_02_world_areatrigger_scriptnames.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2011_12_25_02_world_areatrigger_scriptnames.sql b/sql/updates/world/2011_12_25_02_world_areatrigger_scriptnames.sql new file mode 100644 index 00000000000..19c304dcfe9 --- /dev/null +++ b/sql/updates/world/2011_12_25_02_world_areatrigger_scriptnames.sql @@ -0,0 +1,5 @@ +-- Areatrigger scriptname for Brewfest +DELETE FROM `areatrigger_scripts` WHERE `entry` IN (4829,4820); +INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES +(4829,'at_brewfest'), -- Durotar +(4820,'at_brewfest'); -- Dun Morogh
\ No newline at end of file |
