Eluna fix classic

This commit is contained in:
Rochet2
2014-03-26 22:41:02 +02:00
committed by Foereaper
parent aed0697c27
commit ac39026545

View File

@@ -97,9 +97,9 @@ typedef std::set<std::string> LoadedScripts;
typedef TemporarySummon TempSummon;
#ifndef CLASSIC
#define PLAYER_FIELD_LIFETIME_HONORABLE_KILLS PLAYER_FIELD_LIFETIME_HONORBALE_KILLS
typedef VehicleInfo Vehicle;
#endif
#define MAX_TALENT_SPECS MAX_TALENT_SPEC_COUNT
typedef VehicleInfo Vehicle;
#define GUID_ENPART(guid) ObjectGuid(guid).GetEntry()
#define GUID_LOPART(guid) ObjectGuid(guid).GetCounter()
#define GUID_HIPART(guid) ObjectGuid(guid).GetHigh()