khanat-opennel-code/code/web/api/server/scripts/achievement_script/xmldef/knowledge.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

11 lines
No EOL
458 B
PHP

<?php
$this->def['XML/_BOUGHTPHRASES'] = array("knowledge");
$this->def['XML/_KNOWNBRICKS'] = array("knowledge");
$this->def['XML/_KNOWNPHRASES'] = array("knowledge");
$this->def['XML/_MEMORIZEDPHRASES'] = array("knowledge");
$this->def['XML/_MEMORIZEDPHRASES/PHRASEDESC/NAME'] = array("knowledge");
$this->def['XML/_MEMORIZEDPHRASES/PHRASEDESC/BRICKS'] = array("knowledge");
$this->def['XML/RESPAWNPOINTS/RESPAWNPOINTS'] = array("knowledge");
?>