Removed more warnings, mostly related to unused-variable

issue #121

We still have to work on unused-parameter
This commit is contained in:
Yehonal
2017-09-18 03:16:32 +02:00
parent cf627d8327
commit 5ec07ef31f
78 changed files with 190 additions and 213 deletions

View File

@@ -673,7 +673,6 @@ class npc_the_etymidian : public CreatureScript
private:
uint32 timer;
int8 phase;
uint32 GOtimer;
uint64 playerGUID;
uint64 orphanGUID;
@@ -836,7 +835,6 @@ class npc_alexstraza_the_lifebinder : public CreatureScript
uint32 timer;
uint64 playerGUID;
uint64 orphanGUID;
uint64 alexstraszaGUID;
};