mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
minor typos and a corrected staticUrl for the clientside scripts
This commit is contained in:
@@ -930,7 +930,7 @@ class SpellList extends BaseType
|
||||
$pos += strlen($result[0]);
|
||||
|
||||
$resolved = $this->resolveVariableString($result, $level);
|
||||
$str .= intVal($resolved) ? abs($resolved) : resolved;
|
||||
$str .= intVal($resolved) ? abs($resolved) : $resolved;
|
||||
}
|
||||
$str .= substr($data, $pos);
|
||||
$str = str_replace('#', '$', $str); // reset marks
|
||||
|
||||
Reference in New Issue
Block a user