fix(DB/Reputation):Brood of Nozdormu reputation (#7622)
Changes the Brood of Nozdormu reputation gain from killing Anubisath Defender, Anubisath Sentinel, Obsidian Eradicator, Qiraji Lasher, Vekniss Hive Crawler, Vekniss Soldier, Vekniss Stinger, Vekniss Warrior, Vekniss Wasp from 500 to 100 and stop giving rep up to neutral.
This commit is contained in:
parent
efc5cd467d
commit
475fa3eaa2
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630244571729817781');
|
||||
|
||||
-- Anubisath Defender, Anubisath Sentinel, Obsidian Eradicator, Qiraji Lasher, Vekniss Hive Crawler, Vekniss Soldier, Vekniss Stinger, Vekniss Warrior, Vekniss Wasp kill rep to 100
|
||||
UPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 100 WHERE `creature_id` IN (15277, 15264, 15262, 15249, 15240, 15229, 15235, 15230, 15236);
|
||||
Loading…
Add table
Add a link
Reference in a new issue