azerothcore / mod-anticheat

Port of PassiveAnticheat to Azerothcore
http://azerothcore.org/
MIT License
33 stars 50 forks source link

Compile Error #77

Closed Niceguy1337 closed 2 years ago

Niceguy1337 commented 2 years ago

Current Behaviour

Schweregrad Code Beschreibung Projekt Datei Zeile Unterdrückungszustand Nachricht Siehe Deklaration von "Player" modules G:\WoW Server\AzerothCore\Core\src\server\game\Entities\Player\Player.h 1036
Fehler C2039 "CanTeleport" ist kein Member von "Player". modules G:\WoW Server\AzerothCore\Core\modules\mod-anticheat\src\AnticheatMgr.cpp 377 Nachricht Siehe Deklaration von "Player" modules G:\WoW Server\AzerothCore\Core\src\server\game\Entities\Player\Player.h 1036
Fehler C2039 "CanTeleport" ist kein Member von "Player". modules G:\WoW Server\AzerothCore\Core\modules\mod-anticheat\src\AnticheatMgr.cpp 399 Nachricht Siehe Deklaration von "Player" modules G:\WoW Server\AzerothCore\Core\src\server\game\Entities\Player\Player.h 1036
Fehler C2039 "SetCanTeleport" ist kein Member von "Player". modules G:\WoW Server\AzerothCore\Core\modules\mod-anticheat\src\AnticheatMgr.cpp 400 Nachricht Siehe Deklaration von "Player" modules G:\WoW Server\AzerothCore\Core\src\server\game\Entities\Player\Player.h 1036
Fehler C2039 "CanTeleport" ist kein Member von "Player". modules G:\WoW Server\AzerothCore\Core\modules\mod-anticheat\src\AnticheatMgr.cpp 403 Nachricht Siehe Deklaration von "Player" modules G:\WoW Server\AzerothCore\Core\src\server\game\Entities\Player\Player.h 1036
Fehler C2039 "CanTeleport" ist kein Member von "Player". modules G:\WoW Server\AzerothCore\Core\modules\mod-anticheat\src\AnticheatMgr.cpp 437 Nachricht Siehe Deklaration von "Player" modules G:\WoW Server\AzerothCore\Core\src\server\game\Entities\Player\Player.h 1036
Fehler C2039 "SetCanTeleport" ist kein Member von "Player". modules G:\WoW Server\AzerothCore\Core\modules\mod-anticheat\src\AnticheatMgr.cpp 438 Nachricht Siehe Deklaration von "Player" modules G:\WoW Server\AzerothCore\Core\src\server\game\Entities\Player\Player.h 1036
Fehler C2039 "CanTeleport" ist kein Member von "Player". modules G:\WoW Server\AzerothCore\Core\modules\mod-anticheat\src\AnticheatMgr.cpp 678

Expected Blizzlike Behaviour

Compile without errors

Source

No response

Steps to reproduce the problem

Just Compile with newest Azerothcore

Extra Notes

No response

AC rev. hash/commit

cd576790c9240717fe2e8bfe97c20b9c0c48b53a

Operating system

Windows 10

Custom changes or Modules

No response

acidmanifesto commented 2 years ago

Please update you core to the newest. you are missing the helpers that was implemented a long long time ago. image