* define and use some more magic numbers
 * move id-based custom data from spell SetupScript to aowow_setup_custom_data table
 * hide on unused glyph while at it
This commit is contained in:
Sarjuuk
2023-06-08 15:27:49 +02:00
parent 77f81c1bde
commit fcf24b3a45
11 changed files with 118 additions and 33 deletions

View File

@@ -159,7 +159,7 @@ if (!CLI)
{
// profession perks ... too lazy to formulate a search algorithm for two occurences
return array(
186 => array( // mining / toughness
SKILL_MINING => array( // mining / toughness
75 => ['sta' => 3],
150 => ['sta' => 5],
225 => ['sta' => 7],
@@ -167,7 +167,7 @@ if (!CLI)
375 => ['sta' => 30],
450 => ['sta' => 60],
),
393 => array( // skinning / master of anatomy
SKILL_SKINNING => array( // skinning / master of anatomy
75 => ['critstrkrtng' => 3],
150 => ['critstrkrtng' => 6],
225 => ['critstrkrtng' => 9],