aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-05-28 16:24:52 +0200
committerOvahlord <dreadkiller@gmx.de>2024-05-28 16:24:52 +0200
commit5e1f21a0dd75c6cc56ca171360855ed65a623c44 (patch)
treec39b682b8436e282658a27a25dff9933012393f2 /src
parent0417998a0ba2b5dd52eeb775fe848f566e52a634 (diff)
buildfix
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Entities/Conversation/Conversation.cpp2
-rw-r--r--src/server/game/Spells/SpellInfo.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/server/game/Entities/Conversation/Conversation.cpp b/src/server/game/Entities/Conversation/Conversation.cpp
index 2de2e747b28..f839b754c66 100644
--- a/src/server/game/Entities/Conversation/Conversation.cpp
+++ b/src/server/game/Entities/Conversation/Conversation.cpp
@@ -188,7 +188,7 @@ void Conversation::Create(ObjectGuid::LowType lowGuid, uint32 conversationEntry,
UF::ConversationLine& lineField = lines.emplace_back();
lineField.ConversationLineID = line->Id;
- lineField.BroadcastTextID = convoLine->BroadcastTextID;
+ //lineField.BroadcastTextID = convoLine->BroadcastTextID;
lineField.UiCameraID = line->UiCameraID;
lineField.ActorIndex = line->ActorIdx;
lineField.Flags = line->Flags;
diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp
index 2655ac510c4..35927ef98b5 100644
--- a/src/server/game/Spells/SpellInfo.cpp
+++ b/src/server/game/Spells/SpellInfo.cpp
@@ -596,7 +596,6 @@ int32 SpellEffectInfo::CalcBaseValue(WorldObject const* caster, Unit const* targ
else
value = GetSpellScalingColumnForClass(sSpellScalingGameTable.GetRow(level), Scaling.Class);
- /*
if (Scaling.Class == -7)
if (GtCombatRatingsMultByILvl const* ratingMult = sCombatRatingsMultByILvlGameTable.GetRow(effectiveItemLevel))
if (ItemSparseEntry const* itemSparse = sItemSparseStore.LookupEntry(itemId))