diff options
| author | Golrag <Golrag@users.noreply.github.com> | 2016-05-27 15:17:51 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-05-27 15:17:51 +0200 |
| commit | d60fe0e5d55eeba9d8c422b7135e789f4af4b4b3 (patch) | |
| tree | d6011b52f28439ef76465c07d0db6f124a7b5000 /sql | |
| parent | 5776a256b8eae7125e7eba229709b2872b33304b (diff) | |
Core/Battleground: Areatriggers will now check if player leaves the start area before the battleground begins in the following battlegrounds: (#15935)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/6.x/yyyy_mm_dd_xx.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/yyyy_mm_dd_xx.sql b/sql/updates/world/6.x/yyyy_mm_dd_xx.sql new file mode 100644 index 00000000000..4d4230e5d72 --- /dev/null +++ b/sql/updates/world/6.x/yyyy_mm_dd_xx.sql @@ -0,0 +1,2 @@ +UPDATE `battleground_template` SET `MaxLvl`=100; +UPDATE `battleground_template` SET StartMaxDist=150 WHERE `ID`=1; -- Alterac Valley |
