You can do this with a file mod.
[sql]SELECT battleaction, battleactionid, username FROM " . TABLE_PREFIX . "rpg_battle_posts WHERE battlenumber='$battlenumber' ORDER BY battleactionid ASC"[/sql]
to
[sql]SELECT battleaction, battleactionid, username FROM " . TABLE_PREFIX . "rpg_battle_posts WHERE battlenumber='$battlenumber' ORDER BY battleactionid DESC"[/sql]
in battlefight.php
Ill add the changing of this "on-the-fly" to my todo-list.
|