fix(DB/Reputation): correct Caliph/Wastewander Gadgetzan reps (#7220)
This commit is contained in:
parent
90c30a9199
commit
2b676ae342
1 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1628001727322964286');
|
||||
|
||||
-- Caliph Scorpidsting - Gadgetzan kill rep to 15
|
||||
UPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 15, `MaxStanding1` = 4 WHERE `creature_id` = 7847;
|
||||
|
||||
-- Wastewander Assassin, Bandit, Rogue, Scofflaw, Shadow Mage, Thief - Gadgetzan kill rep to 5
|
||||
UPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id` IN (5623, 5618, 5615, 7805, 5617, 5616);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue