mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user