diff options
| author | megamage <none@none> | 2009-07-24 09:05:47 +0800 |
|---|---|---|
| committer | megamage <none@none> | 2009-07-24 09:05:47 +0800 |
| commit | c46e8f7b0f4853751c8f40e93a6657230b251456 (patch) | |
| tree | 64cc94d3b2380da52e912140bf33615a85b41b2a /sql | |
| parent | 0c4c487df0f9e52179249af805260d024c46334d (diff) | |
[8196] Implement item 44012 spell effects. Author: evilstar
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/mangos_spell_check.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/mangos_spell_check.sql b/sql/mangos_spell_check.sql index d8c9c33eca0..3a2078fc102 100644 --- a/sql/mangos_spell_check.sql +++ b/sql/mangos_spell_check.sql @@ -281,6 +281,10 @@ INSERT INTO spell_check (spellid,SpellFamilyName,SpellFamilyMaskA,SpellFamilyMas (58367,-1, -1, -1, -1, -1, -1, -1, 4,-1,'Glyph of Execution', 'Spell::EffectDummy'), (58418, 0, -1, -1, -1, -1, -1, 3, -1,-1,'Portal to Orgrimmar', 'Spell::EffectDummy'), (58420, 0, -1, -1, -1, -1, -1, 3, -1,-1,'Portal to Stormwind', 'Spell::EffectDummy'), +(59640, 0, -1, -1, -1, -1, -1, 3, -1,-1,'Underbelly Elixir', 'Spell::EffectDummy'), +(59645,-1, -1, -1, -1, -1, -1, -1, -1,-1,'Underbelly Elixir', 'Spell::EffectDummy'), +(59831,-1, -1, -1, -1, -1, -1, -1, -1,-1,'Underbelly Elixir', 'Spell::EffectDummy'), +(59843,-1, -1, -1, -1, -1, -1, -1, -1,-1,'Underbelly Elixir', 'Spell::EffectDummy'), (61491, 0, -1, -1, -1, -1, -1, 2, -1,-1,'Intercept', 'Spell::EffectSchoolDMG'), /* sorted by spell names */ /*id fm familyMaskA fmMaskB icon vis cat eff aur ef name code */ |
