mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
* fix(cpp/db): Quest how to win friends and infleunce enemies missing dialogue during torture Scarlet Crusader (id: 28940), Scarlet Marksman (id: 28610), Scarlet Preacher (id: 28939) and Scarlet Commander (id: 28936) were missing some dialog in the database and script npc_crusade_persuaded always succeeded when the spell on Keleseth's Persuader (item id: 39371 and spell id: 52781) procced. It now only succeeds thirty percent of the time. Increased ppmRate for spell to 8. Finally removed aggro when scarlet was 'persuaded' closes Azerothcore issue #20110 * fix(cpp): trailing white space * fix(db): error in text * fix(db): syntax error * fix(cpp/db): using urand and removed db name from insert * fix(db): remove broadcast text and missing creature text * fix(DB): change sql queries to comply with rules Added a delete query before insert and backticks to column and table names * add empty newline at the end --------- Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>