mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-14 16:03:45 +00:00
Removed more warnings, mostly related to unused-variable
issue #121 We still have to work on unused-parameter
This commit is contained in:
@@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user