mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +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
@@ -190,7 +190,7 @@ public:
|
||||
if (GameObject* go = instance->GetGameObject(GO_PlatformGUID))
|
||||
if (Creature* c = instance->GetCreature(NPC_MalygosGUID))
|
||||
{
|
||||
go->ModifyHealth(-1000000, c);
|
||||
go->ModifyHealth(-6500000, c); // We have HP 6 million in the database... So we have to do at least that
|
||||
go->EnableCollision(false);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user