mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-18 05:49:41 -04:00
Add Stances and StancesNot fields to spell_dbc table
--HG-- branch : trunk
This commit is contained in:
@@ -5205,6 +5205,8 @@ CREATE TABLE `spell_dbc` (
|
||||
`AttributesEx3` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`AttributesEx4` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`AttributesEx5` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Stances` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`StancesNot` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Targets` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`CastingTimeIndex` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
||||
`AuraInterruptFlags` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
|
||||
Reference in New Issue
Block a user