From 3d7fcfc4a6a1fc7016145b39596775bcd32be5c1 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sat, 7 Jun 2025 17:15:40 -0300 Subject: race loading --- src/stubs.hh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/stubs.hh') diff --git a/src/stubs.hh b/src/stubs.hh index ba87f27..3495a59 100644 --- a/src/stubs.hh +++ b/src/stubs.hh @@ -40,13 +40,6 @@ extern TConnection *GetNextConnection(void); extern const char *GetName(Object Obj); extern Object GetObject(uint32 CreatureID, int x, int y, int z, int RNum, ObjectType Type); extern TPlayer *GetPlayer(uint32 CreatureID); -extern bool GetRaceNoConvince(int Race); -extern bool GetRaceNoIllusion(int Race); -extern bool GetRaceNoParalyze(int Race); -extern bool GetRaceNoSummon(int Race); -extern TOutfit GetRaceOutfit(int Race); -extern int GetRacePoison(int Race); -extern int GetRaceSummonCost(int Race); extern void GraphicalEffect(int x, int y, int z, int Type); extern void GraphicalEffect(Object Obj, int Type); extern int IdentifyPlayer(const char *Name, bool ExactMatch, bool IgnoreGamemasters, TPlayer **Player); -- cgit v1.2.3