mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-12-22 15:23:58 -06:00
Full commit of all files after Runeword Beta Browser
This commit is contained in:
@@ -429,8 +429,8 @@ class D2ItemDesc {
|
||||
}
|
||||
if ($params['descfunc'] == 15) {
|
||||
$sql = "SELECT skill FROM `skills` WHERE `Id`='$par'";
|
||||
$skill = PDO_FetchOne($sql);
|
||||
$this->str = sprintf($s1, $min, $params['max'], $skill);
|
||||
$skill = PDO_FetchOne($sql);
|
||||
$this->str = sprintf($s1, $min, $params['max'], $skill);
|
||||
}
|
||||
|
||||
if ($params['descfunc'] == 16) {
|
||||
@@ -566,7 +566,7 @@ class D2ItemDesc {
|
||||
$this->str = "to [skilltab] Skill Levels ([class] Only)";
|
||||
}
|
||||
if ($params['descfunc'] == 15) {
|
||||
$this->str = "[chance]to case [slvl] [skill] on [event]";
|
||||
$this->str = "[chance]to cast [slvl] [skill] on [event]";
|
||||
}
|
||||
|
||||
if ($params['descfunc'] == 16) {
|
||||
|
||||
Reference in New Issue
Block a user