Fix(DB/reputation) Strat/scholo change reputations for spawned mobs (#8238)

* fix reputation from 10 to 1

* Update data/sql/updates/pending_db_world/rev_1633275809062975000.sql
This commit is contained in:
patou01
2021-10-11 00:06:35 +02:00
committed by GitHub
parent 6f0ca45ced
commit aa113e5735

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633275809062975000');
-- baron adds
UPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 1 WHERE (`creature_id` = 11197);
-- scholo projections
UPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 1 WHERE (`creature_id` = 11263);