mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Merge pull request #11576 from ukulutl/4.3.4
Scripts/Vendor: Add goblin mount vendor
This commit is contained in:
@@ -1211,6 +1211,11 @@ public:
|
||||
player->SEND_GOSSIP_MENU(10239, creature->GetGUID());
|
||||
else canBuy = true;
|
||||
break;
|
||||
case 48510: //Kall Worthaton
|
||||
if (player->GetReputationRank(1133) != REP_EXALTED && race != RACE_GOBLIN)
|
||||
player->SEND_GOSSIP_MENU(17494, creature->GetGUID());
|
||||
else canBuy = true;
|
||||
break;
|
||||
}
|
||||
|
||||
if (canBuy)
|
||||
|
||||
Reference in New Issue
Block a user