mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +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);
|
||||
@@ -420,7 +420,7 @@ public:
|
||||
gateId = GO_GATE_ILLUCIA;
|
||||
break;
|
||||
case SPELL_SHADOW_PORTAL_BAROVFAMILYVAULT:
|
||||
summonPos = ROOM_BAROV_FAMILY_VAULT * 4;
|
||||
summonPos = ROOM_BAROV_FAMILY_VAULT * 3;
|
||||
gateId = GO_GATE_BAROV;
|
||||
break;
|
||||
case SPELL_SHADOW_PORTAL_VAULTOFTHERAVENIAN:
|
||||
|
||||
Reference in New Issue
Block a user