mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
Fix Scholomance Gandling encounter (#5245)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617964644615239534');
|
||||
|
||||
SET @ENTRY := 11598;
|
||||
DELETE FROM `creature_onkill_reputation` WHERE (`creature_id` = @ENTRY);
|
||||
INSERT INTO `creature_onkill_reputation` (`creature_id`, `RewOnKillRepFaction1`, `RewOnKillRepFaction2`, `MaxStanding1`, `IsTeamAward1`, `RewOnKillRepValue1`, `MaxStanding2`, `IsTeamAward2`, `RewOnKillRepValue2`, `TeamDependent`) VALUES
|
||||
(@ENTRY, 529, 0, 6, 0, 0, 0, 0, 0, 0);
|
||||
Reference in New Issue
Block a user