mirror of
https://github.com/telegramcores/mod-premium.git
synced 2026-01-15 09:50:30 +00:00
feat(CI): Travis integration (#13)
This commit is contained in:
@@ -122,7 +122,7 @@ public:
|
||||
return false; // Cast the spell on use normally
|
||||
}
|
||||
|
||||
void OnGossipSelect(Player* player, Item* item, uint32 /*sender*/, uint32 action)
|
||||
void OnGossipSelect(Player* player, Item* item, uint32 /*sender*/, uint32 action) override
|
||||
{
|
||||
switch (action)
|
||||
{
|
||||
@@ -318,7 +318,7 @@ public:
|
||||
npc->GetMotionMaster()->MoveFollow(player, PET_FOLLOW_DIST, player->GetFollowAngle());
|
||||
npc->setFaction(player->getFaction());
|
||||
|
||||
if (salute && !salute[0] == '\0')
|
||||
if (salute && !(salute[0] == '\0'))
|
||||
npc->MonsterWhisper(salute, player, false);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user