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:
Sarjuuk
2025-11-21 22:30:28 +01:00
parent ae1b6c59b1
commit 10ef33f709
5 changed files with 41 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
UPDATE `aowow_dbversion` SET `build` = CONCAT(IFNULL(`build`, ''), ' globaljs');
UPDATE `aowow_dbversion` SET `sql` = CONCAT(IFNULL(`sql`, ''), ' spell');