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,
|
||||
|
||||
1
setup/updates/1544826311_01.sql
Normal file
1
setup/updates/1544826311_01.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE aowow_dbversion SET `sql` = CONCAT(IFNULL(`sql`, ''), ' creature');
|
||||
Reference in New Issue
Block a user