mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 09:49:04 +00:00
f92c72c634
official ryzom servers. I removed non open source content though. So this version is running on live servers and works!
12 lines
No EOL
462 B
PHP
12 lines
No EOL
462 B
PHP
<?php
|
|
|
|
$this->def['XML/FACTIONPOINTS'] = array("faction");
|
|
$this->def['XML/FACTIONPOINTS/__KEY__'] = array("faction");
|
|
$this->def['XML/FACTIONPOINTS/__VAL__'] = array("faction");
|
|
$this->def['XML/_ORGANIZATION'] = array("faction");
|
|
$this->def['XML/_ORGANIZATIONSTATUS'] = array("faction");
|
|
$this->def['XML/_ORGANIZATIONPOINTS'] = array("faction");
|
|
$this->def['XML/DECLAREDCULT'] = array("faction");
|
|
$this->def['XML/DECLAREDCIV'] = array("faction");
|
|
|
|
?>
|