khanat-opennel-code/code/web/public_php/api/server/scripts/achievement_script/xmldef/logs.php
Laszlo Kis-Adam 0876456a22 Merged in dfighter1985/ryzomcore/dfighter-tools (pull request #93)
Further GUI Editor improvements
2014-10-13 20:17:57 +02:00

11 lines
No EOL
402 B
PHP

<?php
$this->def['XML/_FIRSTCONNECTEDTIME'] = array("logs");
$this->def['XML/_LASTCONNECTEDTIME'] = array("logs");
$this->def['XML/_PLAYEDTIME'] = array("logs");
$this->def['XML/_LASTLOGSTATS'] = array("logs");
$this->def['XML/_LASTLOGSTATS/LOGINTIME'] = array("logs");
$this->def['XML/_LASTLOGSTATS/DURATION'] = array("logs");
$this->def['XML/_LASTLOGSTATS/LOGOFFTIME'] = array("logs");
?>