mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Creatures/Rank
* set unused ranks to 0 during setup to fix display issues
This commit is contained in:
@@ -38,7 +38,7 @@ function creature(array $ids = [])
|
||||
exp,
|
||||
faction,
|
||||
npcflag,
|
||||
rank,
|
||||
IF(rank > 4, 0, rank),
|
||||
dmgSchool,
|
||||
DamageModifier,
|
||||
BaseAttackTime,
|
||||
|
||||
Reference in New Issue
Block a user