mirror of
https://github.com/araxiaonline/mod-mythic-plus.git
synced 2026-06-13 03:02:24 -04:00
7 lines
150 B
SQL
7 lines
150 B
SQL
UPDATE creature_template_npcbot_wander_nodes
|
|
SET maxlevel = 85
|
|
WHERE maxlevel = 80;
|
|
|
|
|
|
UPDATE battleground_template SET MaxLvl = 85 where MaxLvl = 80;
|