Files
mod-mythic-plus/data/sql/db-world/base/12_npcbot_wander_fix.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;