khanat-opennel-code/code/web/api/server/scripts/achievement_script/xmldef/faction.php
kervala 47ccfe279a Changed: Don't use anymore the current SDK in registry (very unreliable)
Changed: Use the Windows SDK installed with VC++ or the most recent compatible one
2013-09-27 10:52:44 +02:00

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");
?>