changing functions per travis warning

This commit is contained in:
Rob
2019-10-09 11:24:10 -07:00
parent e62b7b5248
commit 37136bfbf7
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ public:
return true;
}
bool OnGossipSelect(Player *player, Creature * m_creature, uint32 sender, uint32 action)
bool OnGossipSelect(Player *player, Creature * m_creature, uint32, uint32 action)
{
switch (action)

View File

@@ -30,7 +30,7 @@ public:
GuildHelper() : GuildScript("GuildHelper") { }
void OnCreate(Guild* guild, Player* leader, const std::string& name)
void OnCreate(Guild*, Player* leader, const std::string& name)
{
ChatHandler(leader->GetSession()).PSendSysMessage("You now own a guild. You can purchase a guild house!");
}
@@ -73,7 +73,7 @@ public:
return true;
}
bool OnGossipSelect(Player *player, Creature * m_creature, uint32 sender, uint32 action)
bool OnGossipSelect(Player *player, Creature * m_creature, uint32, uint32 action)
{
uint32 map;
float posX;