Module for azerothcore to keep players who are non gm entering a zone/map
- Latest build status with azerothcore:
- AzerothCore v1.0.1+
- Simply place the module under the
modules
folder of your AzerothCore source folder. - Re-run cmake and launch a clean build of AzerothCore
- Run the
worldserver
andauthserver
, so that the changes are applied to the database.
- Enable this module in conf
- Get the map ID and zone ID with ingame command
.gps
, then edit the tablemod_mko_map_lock
table.
DELETE FROM `mod_mko_map_lock` WHERE `mapId`=571 AND `zoneID` IN (65, 3537);
INSERT INTO `mod_mko_map_lock` (`mapId`, `zoneID`, `comment`) VALUES
(571, 65, 'Dragonblight'),
(571, 3537, 'Borean Tundra');
- Talamortis (original author) - Show your appreciation: