mirror of
https://github.com/araxiaonline/mod-guildhouse.git
synced 2026-06-13 02:52:21 -04:00
changing functions per travis warning
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user