PDA

View Full Version : Crash bug in #rules reload


BatCountry
04-20-2008, 12:01 PM
In "zone/command.cpp" line 6898:

rules->LoadRules(&database);

Will always crash, invoking LoadRules without a second string parameter.

Revising that line to:

rules->LoadRules(&database, rules->GetActiveRuleset());

Causes it to behave as expected. (reloading the active ruleset)

Scorpious2k
06-18-2008, 07:25 PM
This will be in version 1113.