mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-28 15:42:26 +00:00
Update world_content_service_rulesets.cpp
This commit is contained in:
parent
4aa31ab77d
commit
9d1fe011a7
@ -573,13 +573,13 @@ inline std::vector<RuleSet> GetCustomRulesets()
|
|||||||
.rule_set = {
|
.rule_set = {
|
||||||
.ruleset_id = 200,
|
.ruleset_id = 200,
|
||||||
.name = "Double Experience",
|
.name = "Double Experience",
|
||||||
.notes = "Doubles EXP globally",
|
|
||||||
.zone_ids = "",
|
.zone_ids = "",
|
||||||
.instance_versions = "",
|
.instance_versions = "",
|
||||||
.content_flags = "",
|
.content_flags = "",
|
||||||
.content_flags_disabled = "",
|
.content_flags_disabled = "",
|
||||||
.min_expansion = EXPANSION_ZERO_VALUE,
|
.min_expansion = EXPANSION_ZERO_VALUE,
|
||||||
.max_expansion = EXPANSION_ZERO_VALUE,
|
.max_expansion = EXPANSION_ZERO_VALUE,
|
||||||
|
.notes = "Doubles EXP globally",
|
||||||
},
|
},
|
||||||
.rules = {
|
.rules = {
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user