From a0189a04716229b9091978bccafe6a1482b4de34 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Tue, 24 Jan 2023 23:20:14 -0500 Subject: [PATCH] Fix Scripts building. --- .../EasternKingdoms/BlackrockMountain/BlackrockCaverns/Beauty.cs | 1 + .../BlackrockDepths/HighInterrogatorGerstahn.cs | 1 + .../BlackrockMountain/BlackrockSpire/ShadowHunterVoshgajin.cs | 1 + .../EasternKingdoms/BlackrockMountain/BlackrockSpire/TheBeast.cs | 1 + .../EasternKingdoms/BlackrockMountain/MoltenCore/Gehennas.cs | 1 + .../EasternKingdoms/BlackrockMountain/MoltenCore/Magmadar.cs | 1 + .../BlackrockMountain/MoltenCore/SulfuronHarbinger.cs | 1 + Source/Scripts/EasternKingdoms/Karazhan/MaidenOfVirtue.cs | 1 + 8 files changed, 8 insertions(+) diff --git a/Source/Scripts/EasternKingdoms/BlackrockMountain/BlackrockCaverns/Beauty.cs b/Source/Scripts/EasternKingdoms/BlackrockMountain/BlackrockCaverns/Beauty.cs index 32a7ed013..7afd39f22 100644 --- a/Source/Scripts/EasternKingdoms/BlackrockMountain/BlackrockCaverns/Beauty.cs +++ b/Source/Scripts/EasternKingdoms/BlackrockMountain/BlackrockCaverns/Beauty.cs @@ -1,6 +1,7 @@ // Copyright (c) CypherCore All rights reserved. // Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE file in the project root for full license information. +using Framework.Constants; using Game.AI; using Game.Entities; using Game.Scripting; diff --git a/Source/Scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/HighInterrogatorGerstahn.cs b/Source/Scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/HighInterrogatorGerstahn.cs index 33cdf73cf..6055e2737 100644 --- a/Source/Scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/HighInterrogatorGerstahn.cs +++ b/Source/Scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/HighInterrogatorGerstahn.cs @@ -1,6 +1,7 @@ // Copyright (c) CypherCore All rights reserved. // Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE file in the project root for full license information. +using Framework.Constants; using Game.AI; using Game.Entities; using Game.Scripting; diff --git a/Source/Scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/ShadowHunterVoshgajin.cs b/Source/Scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/ShadowHunterVoshgajin.cs index 0be9d6df0..7e16e1ddc 100644 --- a/Source/Scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/ShadowHunterVoshgajin.cs +++ b/Source/Scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/ShadowHunterVoshgajin.cs @@ -1,6 +1,7 @@ // Copyright (c) CypherCore All rights reserved. // Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE file in the project root for full license information. +using Framework.Constants; using Game.AI; using Game.Entities; using Game.Scripting; diff --git a/Source/Scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/TheBeast.cs b/Source/Scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/TheBeast.cs index e517036ff..1542c6388 100644 --- a/Source/Scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/TheBeast.cs +++ b/Source/Scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/TheBeast.cs @@ -1,6 +1,7 @@ // Copyright (c) CypherCore All rights reserved. // Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE file in the project root for full license information. +using Framework.Constants; using Game.AI; using Game.Entities; using Game.Scripting; diff --git a/Source/Scripts/EasternKingdoms/BlackrockMountain/MoltenCore/Gehennas.cs b/Source/Scripts/EasternKingdoms/BlackrockMountain/MoltenCore/Gehennas.cs index 2d74bf836..399395628 100644 --- a/Source/Scripts/EasternKingdoms/BlackrockMountain/MoltenCore/Gehennas.cs +++ b/Source/Scripts/EasternKingdoms/BlackrockMountain/MoltenCore/Gehennas.cs @@ -1,6 +1,7 @@ // Copyright (c) CypherCore All rights reserved. // Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE file in the project root for full license information. +using Framework.Constants; using Game.AI; using Game.Entities; using Game.Scripting; diff --git a/Source/Scripts/EasternKingdoms/BlackrockMountain/MoltenCore/Magmadar.cs b/Source/Scripts/EasternKingdoms/BlackrockMountain/MoltenCore/Magmadar.cs index 6344ee033..0de800c2f 100644 --- a/Source/Scripts/EasternKingdoms/BlackrockMountain/MoltenCore/Magmadar.cs +++ b/Source/Scripts/EasternKingdoms/BlackrockMountain/MoltenCore/Magmadar.cs @@ -1,6 +1,7 @@ // Copyright (c) CypherCore All rights reserved. // Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE file in the project root for full license information. +using Framework.Constants; using Game.AI; using Game.Entities; using Game.Scripting; diff --git a/Source/Scripts/EasternKingdoms/BlackrockMountain/MoltenCore/SulfuronHarbinger.cs b/Source/Scripts/EasternKingdoms/BlackrockMountain/MoltenCore/SulfuronHarbinger.cs index 4b977a2b5..3b7eec8b9 100644 --- a/Source/Scripts/EasternKingdoms/BlackrockMountain/MoltenCore/SulfuronHarbinger.cs +++ b/Source/Scripts/EasternKingdoms/BlackrockMountain/MoltenCore/SulfuronHarbinger.cs @@ -1,6 +1,7 @@ // Copyright (c) CypherCore All rights reserved. // Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE file in the project root for full license information. +using Framework.Constants; using Game.AI; using Game.Entities; using Game.Scripting; diff --git a/Source/Scripts/EasternKingdoms/Karazhan/MaidenOfVirtue.cs b/Source/Scripts/EasternKingdoms/Karazhan/MaidenOfVirtue.cs index 1ef8d0a04..b50c6acd7 100644 --- a/Source/Scripts/EasternKingdoms/Karazhan/MaidenOfVirtue.cs +++ b/Source/Scripts/EasternKingdoms/Karazhan/MaidenOfVirtue.cs @@ -1,6 +1,7 @@ // Copyright (c) CypherCore All rights reserved. // Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE file in the project root for full license information. +using Framework.Constants; using Game.AI; using Game.Entities; using Game.Scripting;