Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPC Lothos Riftwalker shouldn't port you to MC < Patch 1.3 #8

Merged
merged 2 commits into from
Sep 2, 2018
Merged

NPC Lothos Riftwalker shouldn't port you to MC < Patch 1.3 #8

merged 2 commits into from
Sep 2, 2018

Conversation

Nolin7777
Copy link
Contributor

No description provided.

// Furthermore, such a system is not currently supported in our core, since if you
// were to die in MC there is no way to recover your corpse!
if (pPlayer->GetQuestRewardStatus(7487) || pPlayer->GetQuestRewardStatus(7848))
if ((pPlayer->GetQuestRewardStatus(7487) || pPlayer->GetQuestRewardStatus(7848)) && sWorld.GetWowPatch() >= WOW_PATCH_103)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The patch check here is actually redundant, since the quests themselves don't exist in 1.2. The quest check will always return false in 1.2.

@ratkosrb ratkosrb merged commit 0a149e7 into vmangos:development Sep 2, 2018
WobLight pushed a commit to WobLight/core that referenced this pull request Sep 27, 2018
* Implemented round robin rules to quest and conditional items

* Fixed single player group rolls

* Remove tabs

* Remove tabs
WobLight pushed a commit to WobLight/core that referenced this pull request Sep 27, 2018
spirehawk pushed a commit to spirehawk/westfall that referenced this pull request Mar 21, 2022
* Implemented round robin rules to quest and conditional items

* Fixed single player group rolls

* Remove tabs

* Remove tabs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants