mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Disables
* display db-entries as disabled or unavailable if appropriate * affects now achievements and quests in addition to spells * flag items without source as unavailable * flag quests without starter als unavailable Privileges * i guess i forgott to add the template... ...among other things
This commit is contained in:
@@ -23,6 +23,8 @@ function update()
|
||||
$pi = pathinfo($file);
|
||||
list($fDate, $fPart) = explode('_', $pi['filename']);
|
||||
|
||||
$fData = intVal($fDate);
|
||||
|
||||
if ($date && $fDate < $date)
|
||||
continue;
|
||||
else if ($part && $date && $fDate == $date && $fPart <= $part)
|
||||
|
||||
Reference in New Issue
Block a user