fix(Core/GameObjectScript): Environmental damage of burning game objects (#2432)

This commit is contained in:
Stoabrogga
2019-12-07 08:19:24 +01:00
committed by GitHub
parent 412905843a
commit 183a15a661
3 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1573682333945401103');
DELETE FROM `gameobject` WHERE `id` IN (2061,2066);
UPDATE `gameobject_template` SET `Data2` = 0, `ScriptName` = 'go_flames' WHERE `type` = 8 AND `Data2` = 2061;
UPDATE `gameobject_template` SET `Data2` = 0, `ScriptName` = 'go_heat' WHERE `type` = 8 AND `Data2` = 2066;