mirror of
https://github.com/vmangos/core
synced 2026-08-14 16:29:10 -04:00
2 lines
148 B
SQL
2 lines
148 B
SQL
-- Change minimum level for WSG to 10. (on retail it was 20 before 1.8.0)
|
|
UPDATE `battleground_template` SET `MinLvl`=10 WHERE `id`=2 && `patch`=5;
|