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:
parent
6f0ca45ced
commit
aa113e5735
1 changed files with 7 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue