talamortis / OregonCore

World of Warcraft 2.4.3 Server Emulator
GNU General Public License v2.0
69 stars 51 forks source link

Dwarves have a Bug with Reputaion in Shattrath Factions #231

Closed PadreWoW closed 3 years ago

PadreWoW commented 3 years ago

Describe the bug Dwarves have a Bug with Reputaion in Shattrath Factions

To Reproduce Steps to reproduce the behavior:

  1. Create Dwarf
  2. Go to Shattrath City
  3. Complete the Quest "Allegiance to the Scryers"
  4. You will see double reputation decrease with Aldor, double reputation increase with Scryers (two different increases 3500 + 4235!) and huge reputation decrease with Sha'tar to Unfriendly!

Expected behavior There should be only one reputation decrease with Aldor and NO reputation decrease with Sha'tar!

Screenshots

изображение

Branch master

Eluna

Script

Crash

Additional context Rate.Reputation.Gain = 1 in config!

HASH/COMMIT:

milestorme commented 3 years ago

Yes can confirm this

talamortis commented 3 years ago

is this just this quest or is it with all reputation?

PadreWoW commented 3 years ago

Fix:

UPDATE world.quest_template SET RewRepFaction2 = '0' , RewRepValue2 = '0' WHERE entry = '10551'; UPDATE world.quest_template SET RewRepFaction2 = '0' , RewRepValue2 = '0' WHERE entry = '10552';