mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
4 lines
105 B
SQL
4 lines
105 B
SQL
-- Enable Naxxramas Map (mapID: 533)
|
|
SET @MAP_ID := 533;
|
|
DELETE FROM `disables` WHERE `entry` = @MAP_ID;
|