NPCs/Resistances

* evalue and display school immune mask
This commit is contained in:
Sarjuuk 2025-12-02 18:05:23 +01:00
parent 957f3bcf20
commit ca563f081e
10 changed files with 40 additions and 5 deletions

View file

@ -565,6 +565,7 @@ CREATE TABLE `aowow_creature` (
`resistance6` smallint(6) NOT NULL DEFAULT 0,
`racialLeader` tinyint(3) unsigned NOT NULL DEFAULT 0,
`mechanicImmuneMask` int(10) unsigned NOT NULL DEFAULT 0,
`schoolImmuneMask` int(10) unsigned NOT NULL DEFAULT 0,
`flagsExtra` int(10) unsigned NOT NULL DEFAULT 0,
`scriptName` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),