Skip to content

Instantly share code, notes, and snippets.

Created July 4, 2017 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4851023ee2d9ba1a74c1b54034099ed6 to your computer and use it in GitHub Desktop.
Save anonymous/4851023ee2d9ba1a74c1b54034099ed6 to your computer and use it in GitHub Desktop.
2>------ Build started: Project: worldserver, Configuration: Release Win32 ------
2>game.lib(SpellEffects.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>game.lib(PlayerAI.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>game.lib(SmartScript.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>game.lib(MapScripts.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>game.lib(IdleMovementGenerator.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(spell_item.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(npcs_special.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>game.lib(CreatureAI.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_illidan.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_shade_of_akama.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_kaelthas.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(zone_hellfire_peninsula.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(zone_dragonblight.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(zone_icecrown.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(zone_storm_peaks.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(zone_zuldrak.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(halls_of_reflection.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_icecrown_gunship_battle.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_sindragosa.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_the_lich_king.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_skadi.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_erekem.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(violet_hold.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_devourer_of_souls.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(trial_of_the_champion.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_mimiron.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_algalon_the_observer.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_svala.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_onyxia.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(zone_bloodmyst_isle.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_hadronox.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_argent_challenge.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_felmyst.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(zulaman.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(zone_ghostlands.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(blackfathom_deeps.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_rend_blackhand.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_nefarian.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_mr_smite.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>scripts.lib(boss_kirtonos_the_herald.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingTo(float,bool)" (?SetFacingTo@Unit@@QAEXM_N@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>game.lib(SmartScript.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>game.lib(MapScripts.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(zone_terokkar_forest.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(pet_generic.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(npcs_special.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_shade_of_akama.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_wrath_scryer_soccothrates.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(zone_hellfire_peninsula.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(zone_netherstorm.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(zone_grizzly_hills.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(zone_sholazar_basin.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(zone_zuldrak.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_illidan.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_the_lich_king.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_halion.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(zone_borean_tundra.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(zone_dragonblight.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(halls_of_reflection.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_deathbringer_saurfang.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_professor_putricide.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_sindragosa.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_freya.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_svala.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_devourer_of_souls.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_krickandick.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_ormorok.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(oculus.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_malygos.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_mimiron.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(zone_bloodmyst_isle.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(zone_orgrimmar.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(zone_stonetalon_mountains.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(zone_winterspring.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(zone_swamp_of_sorrows.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(childrens_week.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_onyxia.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(zone_azuremyst_isle.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(chapter1.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_brutallus.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_zuljin.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(zulaman.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_rend_blackhand.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_nefarian.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(gnomeregan.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>scripts.lib(boss_nightbane.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetFacingToObject(class WorldObject const *,bool)" (?SetFacingToObject@Unit@@QAEXPBVWorldObject@@_N@Z)
2>game.lib(IdleMovementGenerator.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetInFront(class WorldObject const *)" (?SetInFront@Unit@@QAEXPBVWorldObject@@@Z)
2>game.lib(TargetedMovementGenerator.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetInFront(class WorldObject const *)" (?SetInFront@Unit@@QAEXPBVWorldObject@@@Z)
2>game.lib(PetHandler.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetInFront(class WorldObject const *)" (?SetInFront@Unit@@QAEXPBVWorldObject@@@Z)
2>scripts.lib(boss_mimiron.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetInFront(class WorldObject const *)" (?SetInFront@Unit@@QAEXPBVWorldObject@@@Z)
2>scripts.lib(zone_borean_tundra.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetInFront(class WorldObject const *)" (?SetInFront@Unit@@QAEXPBVWorldObject@@@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetInFront(class WorldObject const *)" (?SetInFront@Unit@@QAEXPBVWorldObject@@@Z)
2>game.lib(Spell.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Unit::SetInFront(class WorldObject const *)" (?SetInFront@Unit@@QAEXPBVWorldObject@@@Z)
2>scripts.lib(boss_sindragosa.obj) : error LNK2019: unresolved external symbol "public: unsigned int __thiscall Unit::GetResistance(enum SpellSchoolMask)const " (?GetResistance@Unit@@QBEIW4SpellSchoolMask@@@Z) referenced in function "private: void __thiscall spell_sindragosa_s_fury::spell_sindragosa_s_fury_SpellScript::HandleDummy(enum SpellEffIndex)" (?HandleDummy@spell_sindragosa_s_fury_SpellScript@spell_sindragosa_s_fury@@AAEXW4SpellEffIndex@@@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: unsigned int __thiscall Unit::GetResistance(enum SpellSchoolMask)const " (?GetResistance@Unit@@QBEIW4SpellSchoolMask@@@Z)
2>scripts.lib(spell_paladin.obj) : error LNK2001: unresolved external symbol "public: unsigned int __thiscall Unit::GetRemainingPeriodicAmount(class ObjectGuid,unsigned int,enum AuraType,unsigned char)const " (?GetRemainingPeriodicAmount@Unit@@QBEIVObjectGuid@@IW4AuraType@@E@Z)
2>scripts.lib(spell_priest.obj) : error LNK2001: unresolved external symbol "public: unsigned int __thiscall Unit::GetRemainingPeriodicAmount(class ObjectGuid,unsigned int,enum AuraType,unsigned char)const " (?GetRemainingPeriodicAmount@Unit@@QBEIVObjectGuid@@IW4AuraType@@E@Z)
2>scripts.lib(spell_shaman.obj) : error LNK2001: unresolved external symbol "public: unsigned int __thiscall Unit::GetRemainingPeriodicAmount(class ObjectGuid,unsigned int,enum AuraType,unsigned char)const " (?GetRemainingPeriodicAmount@Unit@@QBEIVObjectGuid@@IW4AuraType@@E@Z)
2>scripts.lib(spell_warrior.obj) : error LNK2001: unresolved external symbol "public: unsigned int __thiscall Unit::GetRemainingPeriodicAmount(class ObjectGuid,unsigned int,enum AuraType,unsigned char)const " (?GetRemainingPeriodicAmount@Unit@@QBEIVObjectGuid@@IW4AuraType@@E@Z)
2>scripts.lib(spell_dk.obj) : error LNK2001: unresolved external symbol "public: unsigned int __thiscall Unit::GetRemainingPeriodicAmount(class ObjectGuid,unsigned int,enum AuraType,unsigned char)const " (?GetRemainingPeriodicAmount@Unit@@QBEIVObjectGuid@@IW4AuraType@@E@Z)
2>scripts.lib(spell_druid.obj) : error LNK2001: unresolved external symbol "public: unsigned int __thiscall Unit::GetRemainingPeriodicAmount(class ObjectGuid,unsigned int,enum AuraType,unsigned char)const " (?GetRemainingPeriodicAmount@Unit@@QBEIVObjectGuid@@IW4AuraType@@E@Z)
2>scripts.lib(spell_hunter.obj) : error LNK2001: unresolved external symbol "public: unsigned int __thiscall Unit::GetRemainingPeriodicAmount(class ObjectGuid,unsigned int,enum AuraType,unsigned char)const " (?GetRemainingPeriodicAmount@Unit@@QBEIVObjectGuid@@IW4AuraType@@E@Z)
2>scripts.lib(spell_mage.obj) : error LNK2001: unresolved external symbol "public: unsigned int __thiscall Unit::GetRemainingPeriodicAmount(class ObjectGuid,unsigned int,enum AuraType,unsigned char)const " (?GetRemainingPeriodicAmount@Unit@@QBEIVObjectGuid@@IW4AuraType@@E@Z)
2>game.lib(TemporarySummon.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Whisper(unsigned int,class Player *,bool)" (?Whisper@Unit@@UAEXIPAVPlayer@@_N@Z)
2>game.lib(Totem.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Whisper(unsigned int,class Player *,bool)" (?Whisper@Unit@@UAEXIPAVPlayer@@_N@Z)
2>scripts.lib(spell_dk.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Whisper(unsigned int,class Player *,bool)" (?Whisper@Unit@@UAEXIPAVPlayer@@_N@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Whisper(unsigned int,class Player *,bool)" (?Whisper@Unit@@UAEXIPAVPlayer@@_N@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Whisper(unsigned int,class Player *,bool)" (?Whisper@Unit@@UAEXIPAVPlayer@@_N@Z)
2>game.lib(Pet.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Whisper(unsigned int,class Player *,bool)" (?Whisper@Unit@@UAEXIPAVPlayer@@_N@Z)
2>game.lib(TemporarySummon.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Say(unsigned int,class WorldObject const *)" (?Say@Unit@@UAEXIPBVWorldObject@@@Z)
2>game.lib(Totem.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Say(unsigned int,class WorldObject const *)" (?Say@Unit@@UAEXIPBVWorldObject@@@Z)
2>scripts.lib(spell_item.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Say(unsigned int,class WorldObject const *)" (?Say@Unit@@UAEXIPBVWorldObject@@@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Say(unsigned int,class WorldObject const *)" (?Say@Unit@@UAEXIPBVWorldObject@@@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Say(unsigned int,class WorldObject const *)" (?Say@Unit@@UAEXIPBVWorldObject@@@Z)
2>game.lib(Pet.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Say(unsigned int,class WorldObject const *)" (?Say@Unit@@UAEXIPBVWorldObject@@@Z)
2>game.lib(TemporarySummon.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::TextEmote(unsigned int,class WorldObject const *,bool)" (?TextEmote@Unit@@UAEXIPBVWorldObject@@_N@Z)
2>game.lib(Totem.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::TextEmote(unsigned int,class WorldObject const *,bool)" (?TextEmote@Unit@@UAEXIPBVWorldObject@@_N@Z)
2>scripts.lib(spell_item.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::TextEmote(unsigned int,class WorldObject const *,bool)" (?TextEmote@Unit@@UAEXIPBVWorldObject@@_N@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::TextEmote(unsigned int,class WorldObject const *,bool)" (?TextEmote@Unit@@UAEXIPBVWorldObject@@_N@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::TextEmote(unsigned int,class WorldObject const *,bool)" (?TextEmote@Unit@@UAEXIPBVWorldObject@@_N@Z)
2>game.lib(Pet.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::TextEmote(unsigned int,class WorldObject const *,bool)" (?TextEmote@Unit@@UAEXIPBVWorldObject@@_N@Z)
2>game.lib(Player.obj) : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Unit::SetWalk(bool)" (?SetWalk@Unit@@UAE_N_N@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Unit::SetWalk(bool)" (?SetWalk@Unit@@UAE_N_N@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Unit::SetWalk(bool)" (?SetWalk@Unit@@UAE_N_N@Z)
2>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: virtual bool __thiscall Unit::SetDisableGravity(bool,bool)" (?SetDisableGravity@Unit@@UAE_N_N0@Z) referenced in function "public: virtual bool __thiscall Player::SetDisableGravity(bool,bool)" (?SetDisableGravity@Player@@UAE_N_N0@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Unit::SetDisableGravity(bool,bool)" (?SetDisableGravity@Unit@@UAE_N_N0@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Unit::SetDisableGravity(bool,bool)" (?SetDisableGravity@Unit@@UAE_N_N0@Z)
2>game.lib(Player.obj) : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Unit::SetSwim(bool)" (?SetSwim@Unit@@UAE_N_N@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Unit::SetSwim(bool)" (?SetSwim@Unit@@UAE_N_N@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Unit::SetSwim(bool)" (?SetSwim@Unit@@UAE_N_N@Z)
2>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: virtual bool __thiscall Unit::SetCanFly(bool,bool)" (?SetCanFly@Unit@@UAE_N_N0@Z) referenced in function "public: virtual bool __thiscall Player::SetCanFly(bool,bool)" (?SetCanFly@Player@@UAE_N_N0@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Unit::SetCanFly(bool,bool)" (?SetCanFly@Unit@@UAE_N_N0@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Unit::SetCanFly(bool,bool)" (?SetCanFly@Unit@@UAE_N_N0@Z)
2>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: virtual bool __thiscall Unit::SetWaterWalking(bool,bool)" (?SetWaterWalking@Unit@@UAE_N_N0@Z) referenced in function "public: virtual bool __thiscall Player::SetWaterWalking(bool,bool)" (?SetWaterWalking@Player@@UAE_N_N0@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Unit::SetWaterWalking(bool,bool)" (?SetWaterWalking@Unit@@UAE_N_N0@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Unit::SetWaterWalking(bool,bool)" (?SetWaterWalking@Unit@@UAE_N_N0@Z)
2>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: virtual bool __thiscall Unit::SetFeatherFall(bool,bool)" (?SetFeatherFall@Unit@@UAE_N_N0@Z) referenced in function "public: virtual bool __thiscall Player::SetFeatherFall(bool,bool)" (?SetFeatherFall@Player@@UAE_N_N0@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Unit::SetFeatherFall(bool,bool)" (?SetFeatherFall@Unit@@UAE_N_N0@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Unit::SetFeatherFall(bool,bool)" (?SetFeatherFall@Unit@@UAE_N_N0@Z)
2>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: virtual bool __thiscall Unit::SetHover(bool,bool)" (?SetHover@Unit@@UAE_N_N0@Z) referenced in function "public: virtual bool __thiscall Player::SetHover(bool,bool)" (?SetHover@Player@@UAE_N_N0@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Unit::SetHover(bool,bool)" (?SetHover@Unit@@UAE_N_N0@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Unit::SetHover(bool,bool)" (?SetHover@Unit@@UAE_N_N0@Z)
2>game.lib(TemporarySummon.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Talk(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum ChatMsg,enum Language,float,class WorldObject const *)" (?Talk@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4ChatMsg@@W4Language@@MPBVWorldObject@@@Z)
2>game.lib(Totem.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Talk(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum ChatMsg,enum Language,float,class WorldObject const *)" (?Talk@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4ChatMsg@@W4Language@@MPBVWorldObject@@@Z)
2>game.lib(Player.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Talk(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum ChatMsg,enum Language,float,class WorldObject const *)" (?Talk@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4ChatMsg@@W4Language@@MPBVWorldObject@@@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Talk(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum ChatMsg,enum Language,float,class WorldObject const *)" (?Talk@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4ChatMsg@@W4Language@@MPBVWorldObject@@@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Talk(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum ChatMsg,enum Language,float,class WorldObject const *)" (?Talk@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4ChatMsg@@W4Language@@MPBVWorldObject@@@Z)
2>game.lib(Pet.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Talk(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum ChatMsg,enum Language,float,class WorldObject const *)" (?Talk@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4ChatMsg@@W4Language@@MPBVWorldObject@@@Z)
2>game.lib(TemporarySummon.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Talk(unsigned int,enum ChatMsg,float,class WorldObject const *)" (?Talk@Unit@@UAEXIW4ChatMsg@@MPBVWorldObject@@@Z)
2>game.lib(Totem.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Talk(unsigned int,enum ChatMsg,float,class WorldObject const *)" (?Talk@Unit@@UAEXIW4ChatMsg@@MPBVWorldObject@@@Z)
2>game.lib(Player.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Talk(unsigned int,enum ChatMsg,float,class WorldObject const *)" (?Talk@Unit@@UAEXIW4ChatMsg@@MPBVWorldObject@@@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Talk(unsigned int,enum ChatMsg,float,class WorldObject const *)" (?Talk@Unit@@UAEXIW4ChatMsg@@MPBVWorldObject@@@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Talk(unsigned int,enum ChatMsg,float,class WorldObject const *)" (?Talk@Unit@@UAEXIW4ChatMsg@@MPBVWorldObject@@@Z)
2>game.lib(Pet.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Talk(unsigned int,enum ChatMsg,float,class WorldObject const *)" (?Talk@Unit@@UAEXIW4ChatMsg@@MPBVWorldObject@@@Z)
2>game.lib(TemporarySummon.obj) : error LNK2001: unresolved external symbol "protected: virtual void __thiscall Unit::BuildValuesUpdate(unsigned char,class ByteBuffer *,class Player *)const " (?BuildValuesUpdate@Unit@@MBEXEPAVByteBuffer@@PAVPlayer@@@Z)
2>game.lib(Totem.obj) : error LNK2001: unresolved external symbol "protected: virtual void __thiscall Unit::BuildValuesUpdate(unsigned char,class ByteBuffer *,class Player *)const " (?BuildValuesUpdate@Unit@@MBEXEPAVByteBuffer@@PAVPlayer@@@Z)
2>game.lib(Player.obj) : error LNK2001: unresolved external symbol "protected: virtual void __thiscall Unit::BuildValuesUpdate(unsigned char,class ByteBuffer *,class Player *)const " (?BuildValuesUpdate@Unit@@MBEXEPAVByteBuffer@@PAVPlayer@@@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "protected: virtual void __thiscall Unit::BuildValuesUpdate(unsigned char,class ByteBuffer *,class Player *)const " (?BuildValuesUpdate@Unit@@MBEXEPAVByteBuffer@@PAVPlayer@@@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "protected: virtual void __thiscall Unit::BuildValuesUpdate(unsigned char,class ByteBuffer *,class Player *)const " (?BuildValuesUpdate@Unit@@MBEXEPAVByteBuffer@@PAVPlayer@@@Z)
2>game.lib(Pet.obj) : error LNK2001: unresolved external symbol "protected: virtual void __thiscall Unit::BuildValuesUpdate(unsigned char,class ByteBuffer *,class Player *)const " (?BuildValuesUpdate@Unit@@MBEXEPAVByteBuffer@@PAVPlayer@@@Z)
2>game.lib(Unit.obj) : error LNK2019: unresolved external symbol "public: void __thiscall Unit::OutDebugInfo(void)const " (?OutDebugInfo@Unit@@QBEXXZ) referenced in function __catch$?SetMinion@Unit@@QAEXPAVMinion@@_N@Z$2
2>game.lib(Unit.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall Unit::IsHighestExclusiveAura(class Aura const *,bool)" (?IsHighestExclusiveAura@Unit@@QAE_NPBVAura@@_N@Z) referenced in function "public: void __thiscall Unit::_RemoveNoStackAurasDueToAura(class Aura *)" (?_RemoveNoStackAurasDueToAura@Unit@@QAEXPAVAura@@@Z)
2>game.lib(SpellAuras.obj) : error LNK2001: unresolved external symbol "public: bool __thiscall Unit::IsHighestExclusiveAura(class Aura const *,bool)" (?IsHighestExclusiveAura@Unit@@QAE_NPBVAura@@_N@Z)
2>game.lib(Totem.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Say(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum Language,class WorldObject const *)" (?Say@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4Language@@PBVWorldObject@@@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Say(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum Language,class WorldObject const *)" (?Say@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4Language@@PBVWorldObject@@@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Say(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum Language,class WorldObject const *)" (?Say@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4Language@@PBVWorldObject@@@Z)
2>game.lib(Pet.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Say(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum Language,class WorldObject const *)" (?Say@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4Language@@PBVWorldObject@@@Z)
2>game.lib(TemporarySummon.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Say(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum Language,class WorldObject const *)" (?Say@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4Language@@PBVWorldObject@@@Z)
2>game.lib(Totem.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Yell(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum Language,class WorldObject const *)" (?Yell@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4Language@@PBVWorldObject@@@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Yell(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum Language,class WorldObject const *)" (?Yell@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4Language@@PBVWorldObject@@@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Yell(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum Language,class WorldObject const *)" (?Yell@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4Language@@PBVWorldObject@@@Z)
2>game.lib(Pet.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Yell(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum Language,class WorldObject const *)" (?Yell@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4Language@@PBVWorldObject@@@Z)
2>game.lib(TemporarySummon.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Yell(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum Language,class WorldObject const *)" (?Yell@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4Language@@PBVWorldObject@@@Z)
2>game.lib(Totem.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::TextEmote(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class WorldObject const *,bool)" (?TextEmote@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVWorldObject@@_N@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::TextEmote(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class WorldObject const *,bool)" (?TextEmote@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVWorldObject@@_N@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::TextEmote(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class WorldObject const *,bool)" (?TextEmote@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVWorldObject@@_N@Z)
2>game.lib(Pet.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::TextEmote(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class WorldObject const *,bool)" (?TextEmote@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVWorldObject@@_N@Z)
2>game.lib(TemporarySummon.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::TextEmote(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class WorldObject const *,bool)" (?TextEmote@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVWorldObject@@_N@Z)
2>game.lib(Totem.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Whisper(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum Language,class Player *,bool)" (?Whisper@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4Language@@PAVPlayer@@_N@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Whisper(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum Language,class Player *,bool)" (?Whisper@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4Language@@PAVPlayer@@_N@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Whisper(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum Language,class Player *,bool)" (?Whisper@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4Language@@PAVPlayer@@_N@Z)
2>game.lib(Pet.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Whisper(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum Language,class Player *,bool)" (?Whisper@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4Language@@PAVPlayer@@_N@Z)
2>game.lib(TemporarySummon.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Whisper(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum Language,class Player *,bool)" (?Whisper@Unit@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4Language@@PAVPlayer@@_N@Z)
2>game.lib(Totem.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Yell(unsigned int,class WorldObject const *)" (?Yell@Unit@@UAEXIPBVWorldObject@@@Z)
2>game.lib(Unit.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Yell(unsigned int,class WorldObject const *)" (?Yell@Unit@@UAEXIPBVWorldObject@@@Z)
2>game.lib(Creature.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Yell(unsigned int,class WorldObject const *)" (?Yell@Unit@@UAEXIPBVWorldObject@@@Z)
2>game.lib(Pet.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Yell(unsigned int,class WorldObject const *)" (?Yell@Unit@@UAEXIPBVWorldObject@@@Z)
2>game.lib(TemporarySummon.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Unit::Yell(unsigned int,class WorldObject const *)" (?Yell@Unit@@UAEXIPBVWorldObject@@@Z)
2>game.lib(Pet.obj) : error LNK2019: unresolved external symbol "public: void __thiscall CharmInfo::SetIsCommandAttack(bool)" (?SetIsCommandAttack@CharmInfo@@QAEX_N@Z) referenced in function "public: virtual void __thiscall Pet::AddToWorld(void)" (?AddToWorld@Pet@@UAEXXZ)
2>game.lib(PetAI.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CharmInfo::SetIsCommandAttack(bool)" (?SetIsCommandAttack@CharmInfo@@QAEX_N@Z)
2>game.lib(SpellEffects.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CharmInfo::SetIsCommandAttack(bool)" (?SetIsCommandAttack@CharmInfo@@QAEX_N@Z)
2>game.lib(PetHandler.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CharmInfo::SetIsCommandAttack(bool)" (?SetIsCommandAttack@CharmInfo@@QAEX_N@Z)
2>game.lib(Pet.obj) : error LNK2019: unresolved external symbol "public: void __thiscall CharmInfo::SetIsCommandFollow(bool)" (?SetIsCommandFollow@CharmInfo@@QAEX_N@Z) referenced in function "public: virtual void __thiscall Pet::AddToWorld(void)" (?AddToWorld@Pet@@UAEXXZ)
2>game.lib(PetAI.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CharmInfo::SetIsCommandFollow(bool)" (?SetIsCommandFollow@CharmInfo@@QAEX_N@Z)
2>game.lib(SpellEffects.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CharmInfo::SetIsCommandFollow(bool)" (?SetIsCommandFollow@CharmInfo@@QAEX_N@Z)
2>game.lib(PetHandler.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CharmInfo::SetIsCommandFollow(bool)" (?SetIsCommandFollow@CharmInfo@@QAEX_N@Z)
2>game.lib(Pet.obj) : error LNK2019: unresolved external symbol "public: void __thiscall CharmInfo::SetIsAtStay(bool)" (?SetIsAtStay@CharmInfo@@QAEX_N@Z) referenced in function "public: virtual void __thiscall Pet::AddToWorld(void)" (?AddToWorld@Pet@@UAEXXZ)
2>game.lib(PetAI.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CharmInfo::SetIsAtStay(bool)" (?SetIsAtStay@CharmInfo@@QAEX_N@Z)
2>game.lib(SpellEffects.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CharmInfo::SetIsAtStay(bool)" (?SetIsAtStay@CharmInfo@@QAEX_N@Z)
2>game.lib(PetHandler.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CharmInfo::SetIsAtStay(bool)" (?SetIsAtStay@CharmInfo@@QAEX_N@Z)
2>game.lib(Pet.obj) : error LNK2019: unresolved external symbol "public: void __thiscall CharmInfo::SetIsFollowing(bool)" (?SetIsFollowing@CharmInfo@@QAEX_N@Z) referenced in function "public: virtual void __thiscall Pet::AddToWorld(void)" (?AddToWorld@Pet@@UAEXXZ)
2>game.lib(PetAI.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CharmInfo::SetIsFollowing(bool)" (?SetIsFollowing@CharmInfo@@QAEX_N@Z)
2>game.lib(SpellEffects.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CharmInfo::SetIsFollowing(bool)" (?SetIsFollowing@CharmInfo@@QAEX_N@Z)
2>game.lib(PetHandler.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CharmInfo::SetIsFollowing(bool)" (?SetIsFollowing@CharmInfo@@QAEX_N@Z)
2>game.lib(Pet.obj) : error LNK2019: unresolved external symbol "public: void __thiscall CharmInfo::SetIsReturning(bool)" (?SetIsReturning@CharmInfo@@QAEX_N@Z) referenced in function "public: virtual void __thiscall Pet::AddToWorld(void)" (?AddToWorld@Pet@@UAEXXZ)
2>game.lib(PetAI.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CharmInfo::SetIsReturning(bool)" (?SetIsReturning@CharmInfo@@QAEX_N@Z)
2>game.lib(SpellEffects.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CharmInfo::SetIsReturning(bool)" (?SetIsReturning@CharmInfo@@QAEX_N@Z)
2>game.lib(PetHandler.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CharmInfo::SetIsReturning(bool)" (?SetIsReturning@CharmInfo@@QAEX_N@Z)
2>game.lib(Vehicle.obj) : error LNK2019: unresolved external symbol "public: void __thiscall Unit::SendClearTarget(void)" (?SendClearTarget@Unit@@QAEXXZ) referenced in function "protected: virtual bool __thiscall VehicleJoinEvent::Execute(unsigned __int64,unsigned int)" (?Execute@VehicleJoinEvent@@MAE_N_KI@Z)
2>game.lib(SpellAuraEffects.obj) : error LNK2019: unresolved external symbol "public: void __thiscall Unit::StopAttackFaction(unsigned int)" (?StopAttackFaction@Unit@@QAEXI@Z) referenced in function "public: void __thiscall AuraEffect::HandleForceReaction(class AuraApplication const *,unsigned char,bool)const " (?HandleForceReaction@AuraEffect@@QBEXPBVAuraApplication@@E_N@Z)
2>game.lib(SpellAuraEffects.obj) : error LNK2019: unresolved external symbol "public: int __thiscall Unit::GetHighestExclusiveSameEffectSpellGroupValue(class AuraEffect const *,enum AuraType,bool,int)const " (?GetHighestExclusiveSameEffectSpellGroupValue@Unit@@QBEHPBVAuraEffect@@W4AuraType@@_NH@Z) referenced in function "public: void __thiscall AuraEffect::HandleAuraModStat(class AuraApplication const *,unsigned char,bool)const " (?HandleAuraModStat@AuraEffect@@QBEXPBVAuraApplication@@E_N@Z)
2>game.lib(PetAI.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall CharmInfo::IsCommandAttack(void)" (?IsCommandAttack@CharmInfo@@QAE_NXZ) referenced in function "private: bool __thiscall PetAI::CanAttack(class Unit *)" (?CanAttack@PetAI@@AAE_NPAVUnit@@@Z)
2>game.lib(PetHandler.obj) : error LNK2001: unresolved external symbol "public: bool __thiscall CharmInfo::IsCommandAttack(void)" (?IsCommandAttack@CharmInfo@@QAE_NXZ)
2>game.lib(PetAI.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall CharmInfo::IsCommandFollow(void)" (?IsCommandFollow@CharmInfo@@QAE_NXZ) referenced in function "private: bool __thiscall PetAI::CanAttack(class Unit *)" (?CanAttack@PetAI@@AAE_NPAVUnit@@@Z)
2>game.lib(PetAI.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall CharmInfo::IsAtStay(void)" (?IsAtStay@CharmInfo@@QAE_NXZ) referenced in function "private: void __thiscall PetAI::HandleReturnMovement(void)" (?HandleReturnMovement@PetAI@@AAEXXZ)
2>game.lib(PetAI.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall CharmInfo::IsFollowing(void)" (?IsFollowing@CharmInfo@@QAE_NXZ) referenced in function "private: void __thiscall PetAI::HandleReturnMovement(void)" (?HandleReturnMovement@PetAI@@AAEXXZ)
2>game.lib(PetAI.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall CharmInfo::IsReturning(void)" (?IsReturning@CharmInfo@@QAE_NXZ) referenced in function "private: bool __thiscall PetAI::CanAttack(class Unit *)" (?CanAttack@PetAI@@AAE_NPAVUnit@@@Z)
2>game.lib(PetAI.obj) : error LNK2019: unresolved external symbol "public: void __thiscall CharmInfo::GetStayPosition(float &,float &,float &)" (?GetStayPosition@CharmInfo@@QAEXAAM00@Z) referenced in function "private: void __thiscall PetAI::HandleReturnMovement(void)" (?HandleReturnMovement@PetAI@@AAEXXZ)
2>game.lib(SpellEffects.obj) : error LNK2019: unresolved external symbol "public: void __thiscall CharmInfo::SaveStayPosition(void)" (?SaveStayPosition@CharmInfo@@QAEXXZ) referenced in function "public: void __thiscall Spell::EffectResurrectPet(enum SpellEffIndex)" (?EffectResurrectPet@Spell@@QAEXW4SpellEffIndex@@@Z)
2>game.lib(PetHandler.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CharmInfo::SaveStayPosition(void)" (?SaveStayPosition@CharmInfo@@QAEXXZ)
2>C:\Build\bin\Release\worldserver.exe : fatal error LNK1120: 40 unresolved externals
========== Build: 1 succeeded, 1 failed, 20 up-to-date, 0 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment