mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 14:10:18 -04:00
*Fix cooldown set for Reincarnation
*Change some aura interrupt flags description to handle stealth breaking correctly. --HG-- branch : trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user