Add Stances and StancesNot fields to spell_dbc table

--HG--
branch : trunk
This commit is contained in:
Shauren
2010-07-13 23:04:31 +02:00
parent c783cacbe6
commit fd3e4d5139
3 changed files with 6 additions and 1 deletions
+2
View File
@@ -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',