mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- removed tooltip buffer from TypeClasses (only used by setup and caused bugs with the localization to boot)
- fixed broken dataset-scripts - removed base-info.php wich wasn't really a dataset-script
This commit is contained in:
@@ -294,7 +294,11 @@ abstract class BaseType
|
||||
public function getEntry($id)
|
||||
{
|
||||
if (isset($this->templates[$id]))
|
||||
{
|
||||
$this->curTpl = $this->templates[$id];
|
||||
$this->id = $id;
|
||||
return $this->templates[$id];
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user