*Fix cooldown set for Reincarnation

*Change some aura interrupt flags description to handle stealth breaking correctly.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-04-12 16:18:55 +02:00
parent 7409df2dc9
commit fcbdb10122
4 changed files with 11 additions and 8 deletions

View File

@@ -3240,7 +3240,6 @@ void Player::_LoadSpellCooldowns(QueryResult *result)
// some cooldowns can be already set at aura loading...
//QueryResult *result = CharacterDatabase.PQuery("SELECT spell,item,time FROM character_spell_cooldown WHERE guid = '%u'",GetGUIDLow());
if(result)
{
time_t curTime = time(NULL);