mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 10:49:11 +00:00
f92c72c634
official ryzom servers. I removed non open source content though. So this version is running on live servers and works!
10 lines
No EOL
384 B
PHP
10 lines
No EOL
384 B
PHP
<?php
|
|
|
|
#$this->def['XML/_FAMES/_FAME'] = array("fame");
|
|
$this->def['XML/_FAMES/_FAME/__KEY__'] = array("fame");
|
|
$this->def['XML/_FAMES/_FAME/__VAL__'] = array("fame");
|
|
$this->def['XML/_FAMES/_FAME/__VAL__/FAME'] = array("fame");
|
|
$this->def['XML/_FAMES/_FAME/__VAL__/FAMEMEMORY'] = array("fame");
|
|
$this->def['XML/_FAMES/_FAME/__VAL__/LASTFAMECHANGETREND'] = array("fame");
|
|
|
|
?>
|