Items/Filter

* implement 'effect text' filter
 * slight cleanup in itemset setup to match changes for effect text
This commit is contained in:
Sarjuuk 2026-02-12 12:11:00 +01:00
parent 84d2e30940
commit 68ca4973b1
10 changed files with 170 additions and 90 deletions

View file

@ -1460,6 +1460,12 @@ CREATE TABLE `aowow_items` (
`sheatheSoundId` smallint(5) unsigned NOT NULL DEFAULT 0,
`unsheatheSoundId` smallint(5) unsigned NOT NULL DEFAULT 0,
`flagsCustom` int(10) unsigned NOT NULL DEFAULT 0,
`effects_loc0` text DEFAULT NULL,
`effects_loc2` text DEFAULT NULL,
`effects_loc3` text DEFAULT NULL,
`effects_loc4` text DEFAULT NULL,
`effects_loc6` text DEFAULT NULL,
`effects_loc8` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `items_index` (`class`),
KEY `idx_model` (`displayId`),