mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
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:
committed by
Poszer
parent
03864eea58
commit
2b490ea487
@@ -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)
|
||||
Reference in New Issue
Block a user