diff options
Diffstat (limited to 'src')
4 files changed, 5 insertions, 5 deletions
diff --git a/src/server/game/Entities/Creature/GossipDef.h b/src/server/game/Entities/Creature/GossipDef.h index 338221b4812..1f05bd3dfa3 100644 --- a/src/server/game/Entities/Creature/GossipDef.h +++ b/src/server/game/Entities/Creature/GossipDef.h @@ -98,9 +98,9 @@ enum class GossipOptionIcon : uint8 IslandsQueue = 36, // White chat bubble UIItemInteraction = 37, // White chat bubble WorldMap = 38, // White chat bubble - Unk39 = 39, // + Unk39 = 39, // ChromieTime = 40, // White chat bubble - Unk41 = 41, // + Unk41 = 41, // RuneforgeCrafting = 42, // White chat bubble GuideRecruiter = 43, // White chat bubble RuneforgeUpgrading = 44, // White chat bubble diff --git a/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_skeram.cpp b/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_skeram.cpp index 046d534f453..60104d07cf8 100644 --- a/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_skeram.cpp +++ b/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_skeram.cpp @@ -253,7 +253,7 @@ public: class spell_skeram_true_fulfillment_SpellScript : public SpellScript { PrepareSpellScript(spell_skeram_true_fulfillment_SpellScript); - + bool Validate(SpellInfo const* /*spellInfo*/) override { return ValidateSpellInfo({ SPELL_TRUE_FULFILLMENT_2, SPELL_GENERIC_DISMOUNT }); diff --git a/src/server/scripts/Outland/zone_hellfire_peninsula.cpp b/src/server/scripts/Outland/zone_hellfire_peninsula.cpp index 12d358d5d13..e8783ecb382 100644 --- a/src/server/scripts/Outland/zone_hellfire_peninsula.cpp +++ b/src/server/scripts/Outland/zone_hellfire_peninsula.cpp @@ -255,7 +255,7 @@ enum WoundedBloodElf QUEST_ROAD_TO_FALCON_WATCH = 9375, NPC_HAALESHI_WINDWALKER = 16966, NPC_HAALESHI_TALONGUARD = 16967, - + }; class npc_wounded_blood_elf : public CreatureScript diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 945c2375c10..1d06f364c71 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -4279,7 +4279,7 @@ Metric.OverallStatusInterval = 1 ################################################################################################### # PVP SETTINGS # -# +# # Pvp.FactionBalance.LevelCheckDiff # Description: The amount of levels below the maximum level that accounts people for faction balance. # That is, if max level is 60 and this has a value of 5, all players that are level 55 and above (including) will be included in the check |