Skip to content

Commit

Permalink
Update src/mod_guildhouse.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Dedmen Miller <[email protected]>
  • Loading branch information
SoulSeekkor and dedmen authored Nov 20, 2023
1 parent 91bfbde commit 775bae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_guildhouse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class GuildHouseSeller : public CreatureScript

// Spawn starter portals and the guild house butler automatically as part of purchase.
SpawnStarterPortal(player, 500000); // Stormwind
SpawnStarterPortal(player, 500004); // Orgrimmar
SpawnStarterPortal(player, 500004); // Orgrimmar
SpawnButlerNPC(player);
CloseGossipMenuFor(player);
}
Expand Down

0 comments on commit 775bae1

Please sign in to comment.