Warning fixes

This commit is contained in:
Shauren
2018-01-10 23:22:27 +01:00
parent bb718b5578
commit 3d7af56f5c
2 changed files with 1 additions and 2 deletions

View File

@@ -267,7 +267,6 @@ public:
{
// Get ALL the variables!
Player* playerTarget;
uint32 phase = 0;
ObjectGuid guidTarget;
std::string nameTarget;
std::string zoneName;

View File

@@ -102,7 +102,7 @@ public:
}
}
uint32 GetGameObjectEntry(ObjectGuid::LowType /*spawnId*/, uint32 entry)
uint32 GetGameObjectEntry(ObjectGuid::LowType /*spawnId*/, uint32 entry) override
{
if (entry == GO_BLACK_DRAGON_EGG && GetBossState(DATA_FIREMAW) == DONE)
return 0;