mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +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:
@@ -53,11 +53,11 @@ enum Misc
|
||||
|
||||
static Position mojoPosition[] =
|
||||
{
|
||||
{1663.1f, 743.6f, 143.1f},
|
||||
{1669.97f, 753.7f, 143.1f},
|
||||
{1680.7f, 750.7f, 143.1f},
|
||||
{1680.7f, 737.1f, 143.1f},
|
||||
{1670.4f, 733.5f, 143.1f}
|
||||
{1663.1f, 743.6f, 143.1f, 0.0f},
|
||||
{1669.97f, 753.7f, 143.1f, 0.0f},
|
||||
{1680.7f, 750.7f, 143.1f, 0.0f},
|
||||
{1680.7f, 737.1f, 143.1f, 0.0f},
|
||||
{1670.4f, 733.5f, 143.1f, 0.0f}
|
||||
};
|
||||
|
||||
class RestoreFight : public BasicEvent
|
||||
|
||||
Reference in New Issue
Block a user