diff --git a/src/NpcTbl.cpp b/src/NpcTbl.cpp index 16d111cd..320ca33a 100644 --- a/src/NpcTbl.cpp +++ b/src/NpcTbl.cpp @@ -56,13 +56,13 @@ void ReleaseNpcTable() //Npc function table NPCFUNCTION gpNpcFuncTbl[] = { - &ActNpc000, - &ActNpc001, - &ActNpc002, - &ActNpc003, - &ActNpc004, - &ActNpc005, - &ActNpc006, + ActNpc000, + ActNpc001, + ActNpc002, + ActNpc003, + ActNpc004, + ActNpc005, + ActNpc006, nullptr, nullptr, nullptr, @@ -72,8 +72,8 @@ NPCFUNCTION gpNpcFuncTbl[] = nullptr, nullptr, nullptr, - &ActNpc016, - &ActNpc017, + ActNpc016, + ActNpc017, nullptr, nullptr, nullptr,