diff options
author | megamage <none@none> | 2009-03-02 16:59:14 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-02 16:59:14 -0600 |
commit | d7d7c3562a9e33f0d655b86572e7a73e0ee384a6 (patch) | |
tree | 07b0541f811a95011b0131824d13309f29a69f71 /src/shared/revision_nr.h | |
parent | c6fc7f7bca19eb9acf52a6abac55df84e66ade08 (diff) |
[7364] Really implenent server-side anti-cheating cooldown check for spells with SPELL_ATTR_DISABLED_WHILE_ACTIVE. Author: VladimirMangos
Move apply cooldown for like spells to aura apply (GO registering for owner in GO summon spell case)
Store "infinity" cooldown for like spells, ignore it at save and reapply it at aura loading.
Note: one problem still exist for like spells: at loading/far teleport spell icon lost diabled state at client.
Need sedn some unknown data in SendInitialPacketsBeforeAddToMap or SendInitialPacketsAfterAddToMap for restore it state.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/revision_nr.h')
-rw-r--r-- | src/shared/revision_nr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index ee63de4fc22..7e292898bc9 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7363" + #define REVISION_NR "7364" #endif // __REVISION_NR_H__ |