[11204] Fix mangos_spell_check.sql

Thanks Bobbi88 for pointing out!
This commit is contained in:
DasBlub 2011-02-24 21:30:38 +01:00
parent 44fd108745
commit 02a07e6bc7
2 changed files with 3 additions and 2 deletions

View file

@ -731,5 +731,6 @@ INSERT INTO spell_check (spellid,SpellFamilyName,SpellFamilyMaskA,SpellFamilyMas
( 0, 4,0x0000000000000080,0x00000000, -1, -1, -1, 2, -1,-1,'Thunder Clap', 'Spell::EffectSchoolDMG'),
( 0,11,0x0000000004000000,0x00000000, -1, -1, -1, -1, -1,-1,'Totem of Wrath', 'Spell::cast'),
( 0, 4,0x0000010000000000,0x00000000, -1, -1, -1, 2, -1,-1,'Victory Rush', 'Spell::EffectSchoolDMG'),
( 0, 7, -1, -1,2864, -1, -1, 0, -1, 2,'Wild Growth', 'Spell::SetTargetMap'),
( 0, 7, -1, -1,2864, -1, -1, 0, -1, 2,'Wild Growth', 'Spell::SetTargetMap')
/*id fm familyMaskA fmMaskB icon vis cat eff aur ef name code */
;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11203"
#define REVISION_NR "11204"
#endif // __REVISION_NR_H__