Spells/SpellClick
* evaluate npc_spellclick_data and display on Spell and NPC Detail Pages * also categorize these spells as NPC-spells * closes #438
This commit is contained in:
parent
ae1b6c59b1
commit
10ef33f709
5 changed files with 41 additions and 1 deletions
2
setup/sql/updates/1763760598_01.sql
Normal file
2
setup/sql/updates/1763760598_01.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
UPDATE `aowow_dbversion` SET `build` = CONCAT(IFNULL(`build`, ''), ' globaljs');
|
||||
UPDATE `aowow_dbversion` SET `sql` = CONCAT(IFNULL(`sql`, ''), ' spell');
|
||||
Loading…
Add table
Add a link
Reference in a new issue