mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
- Fixed sql structure
This commit is contained in:
4
data/sql/playerbots/updates/2025_02_24_00.sql
Normal file
4
data/sql/playerbots/updates/2025_02_24_00.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- 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);
|
||||
Reference in New Issue
Block a user