[8041] Avoid send talent info many times at loading. Small cleanups.

This commit is contained in:
VladimirMangos 2009-06-18 21:59:47 +04:00
parent 68848314e2
commit 3e2b810376
6 changed files with 16 additions and 17 deletions

View file

@ -681,8 +681,8 @@ enum SpellEffects
SPELL_EFFECT_MILLING = 158,
SPELL_EFFECT_ALLOW_RENAME_PET = 159,
SPELL_EFFECT_160 = 160,
SPELL_EFFECT_161 = 161,
SPELL_EFFECT_162 = 162,
SPELL_EFFECT_TALENT_SPEC_COUNT = 161,
SPELL_EFFECT_TALENT_SPEC_SELECT = 162,
TOTAL_SPELL_EFFECTS = 163
};