fix(DB/gameobject): Band-aid fix for Malygos platform (#2085)

* Fix (DB/gameobject): Band-aid fix for Malygos platform.  close https://github.com/azerothcore/azerothcore-wotlk/issues/1948

* Nexus Raid Platform no longer collapses on the first Saronite Bomb use
This commit is contained in:
Zabustak Narvorsky
2019-07-25 00:14:36 +03:00
committed by Poszer
parent 03864eea58
commit 2b490ea487
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1560396171418694700');
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=193070; -- Nexus Raid Platform now has faction 35, instead of 0 and is friendly to players.
UPDATE `gameobject_template` SET `Data0`=6000000 WHERE `entry`=193070; -- Nexus Raid Platform has a lot more hp in order not to break in case any siege damage is taken, initial value was 100. (double safety)