Files
mod-playerbots/data/sql/playerbots/updates/2025_02_24_00.sql
2025-08-27 19:09:51 +02:00

5 lines
245 B
SQL

-- Update max_level for TBC Heroic dungeons in `playerbots_dungeon_suggestion_definition`
UPDATE `playerbots_dungeon_suggestion_definition`
SET `max_level` = 73
WHERE `id` IN (40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56);