- Joined
- Oct 12, 2005
- Messages
- 31
- Reaction score
- 0
Ok this is a fairly easy fix, someone just forgot the clear the ally_name aswell as ally_id, this will instantly update on the rankings now.
in file alliance.php
FIND ( around line 842 although mine is an edited version so may be diffrent for you )
REPLACE WITH:
any problems post here or drop me a pm
in file alliance.php
FIND ( around line 842 although mine is an edited version so may be diffrent for you )
Code:
doquery("UPDATE {{table}} SET `ally_id`='0' WHERE `id`='{$u['id']}'", 'users');
REPLACE WITH:
Code:
doquery("UPDATE {{table}} SET `ally_id`='0', `ally_name`='' WHERE `id`='{$u['id']}'", 'users');
any problems post here or drop me a pm
