Files
TrinityCore/sql
megamage c2261e3502 [7391] Prevent achievement counter overflow, implement ACHIEVEMENT_CRITERIA_TYPE_DO_EMOTE generic support.
Before overflow has been possible at 4294967295 lols for example.

    ACHIEVEMENT_CRITERIA_TYPE_DO_EMOTE in many cases require check special conditions and targets.
    For this allow call it from scripts:
    * Add Player::UpdateAchievementCriteria functiona ccessable from scripts
    * In emote case it allowed call in form player->UpdateAchievementCriteria(ACHIEVEMENT_CRITERIA_TYPE_DO_EMOTE, text_emote_id, achievement_id, target_unit_ptr);

Author: VladimirMangos

--HG--
branch : trunk
2009-03-06 18:14:05 -06:00
..
2009-02-18 11:36:19 -06:00
2009-02-28 17:42:29 -05:00
2009-01-17 09:23:33 -05:00
2009-02-18 11:36:19 -06:00
2009-02-18 11:36:19 -06:00
2009-03-05 09:17:57 -06:00
2009-02-18 11:36:19 -06:00
2009-03-06 18:09:01 -06:00