[11931] Remove some obsolete defines

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
Den 2012-03-29 20:49:16 +02:00 committed by Schmoozerd
parent af47f39a4e
commit 212cbe5177
3 changed files with 1 additions and 5 deletions

View file

@ -45,8 +45,6 @@
#include "Util.h"
#include "Chat.h"
#define SPELL_CHANNEL_UPDATE_INTERVAL (1 * IN_MILLISECONDS)
extern pEffect SpellEffects[TOTAL_SPELL_EFFECTS];
class PrioritizeManaUnitWraper

View file

@ -224,8 +224,6 @@ enum SpellTargets
SPELL_TARGETS_ALL
};
#define SPELL_SPELL_CHANNEL_UPDATE_INTERVAL (1*IN_MILLISECONDS)
typedef std::multimap<uint64, uint64> SpellTargetTimeMap;
class Spell

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11930"
#define REVISION_NR "11931"
#endif // __REVISION_NR_H__