NPCs/Resistances
* evalue and display school immune mask
This commit is contained in:
parent
957f3bcf20
commit
ca563f081e
10 changed files with 40 additions and 5 deletions
|
|
@ -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`),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue