mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
We do this in GlobalLootEntry::PassesRules since we want to check if the hot zone status changes during run time Value can be null, if null it's not checked. If the value is 0 the zone must not be a hot zone (I guess one might want that) and if it's not 0, the zone must be a hot zone
3 lines
56 B
SQL
3 lines
56 B
SQL
ALTER TABLE `global_loot` ADD `hot_zone` TINYINT NULL;
|
|
|