From 4cd59e48a36935794979dd095d03d0cefcb090db Mon Sep 17 00:00:00 2001 From: Salja Date: Tue, 14 Aug 2012 13:43:59 +0200 Subject: [PATCH] [0089] Some Clean. Signed-off-by: Salja --- src/game/DBCStores.cpp | 2 -- src/game/DBCStores.h | 1 - src/shared/revision_nr.h | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/game/DBCStores.cpp b/src/game/DBCStores.cpp index a9313ef0e..03a6f0c09 100644 --- a/src/game/DBCStores.cpp +++ b/src/game/DBCStores.cpp @@ -109,7 +109,6 @@ DBCStorage sGtChanceToSpellCritStore(GtChanceToSp DBCStorage sGtOCTClassCombatRatingScalarStore(GtOCTClassCombatRatingScalarfmt); //DBCStorage sGtOCTRegenHPStore(GtOCTRegenHPfmt); //DBCStorage sGtOCTRegenMPStore(GtOCTRegenMPfmt); -- not used currently -//DBCStorage sGtRegenHPPerSptStore(GtRegenHPPerSptfmt); DBCStorage sGtRegenMPPerSptStore(GtRegenMPPerSptfmt); DBCStorage sGtSpellScalingStore(GtSpellScalingfmt); DBCStorage sGtOCTBaseHPByClassStore(GtOCTBaseHPByClassfmt); @@ -515,7 +514,6 @@ void LoadDBCStores(const std::string& dataPath) LoadDBC(availableDbcLocales,bar,bad_dbc_files,sGtOCTClassCombatRatingScalarStore,dbcPath,"gtOCTClassCombatRatingScalar.dbc"); //LoadDBC(availableDbcLocales,bar,bad_dbc_files,sGtOCTRegenHPStore, dbcPath,"gtOCTRegenHP.dbc"); //LoadDBC(availableDbcLocales,bar,bad_dbc_files,sGtOCTRegenMPStore, dbcPath,"gtOCTRegenMP.dbc"); -- not used currently - //LoadDBC(availableDbcLocales,bar,bad_dbc_files,sGtRegenHPPerSptStore, dbcPath,"gtRegenHPPerSpt.dbc"); LoadDBC(availableDbcLocales,bar,bad_dbc_files,sGtRegenMPPerSptStore, dbcPath,"gtRegenMPPerSpt.dbc"); LoadDBC(availableDbcLocales,bar,bad_dbc_files,sGtSpellScalingStore, dbcPath,"gtSpellScaling.dbc"); // 15595 LoadDBC(availableDbcLocales,bar,bad_dbc_files,sGtOCTBaseHPByClassStore, dbcPath,"gtOCTBaseHPByClass.dbc"); // 15595 diff --git a/src/game/DBCStores.h b/src/game/DBCStores.h index 58380aaa6..299d33728 100644 --- a/src/game/DBCStores.h +++ b/src/game/DBCStores.h @@ -142,7 +142,6 @@ extern DBCStorage sGtChanceToSpellCritStore; extern DBCStorage sGtOCTClassCombatRatingScalarStore; //extern DBCStorage sGtOCTRegenHPStore; //extern DBCStorage sGtOCTRegenMPStore; -- not used currently -//extern DBCStorage sGtRegenHPPerSptStore; extern DBCStorage sGtRegenMPPerSptStore; extern DBCStorage sGtSpellScalingStore; extern DBCStorage sGtOCTBaseHPByClassStore; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 17ed9f613..0e84cbc0a 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 "0088" + #define REVISION_NR "0089" #endif // __REVISION_NR_H__