Page 1 of 1

Bug: MQ2Spawns.cpp

Posted: Thu Mar 03, 2005 4:25 pm
by SwiftyMUSE

Code: Select all

VOID ShutdownMQ2Spawns()
{
	DebugSpew("Shutting Down Spawn-related Hooks");
	RemoveDetour(EQPlayer__EQPlayer);
	RemoveDetour(EQPlayer__dEQPlayer);
	RemoveDetour(EQItemList__EQItemList);
	RemoveDetour(EQItemList__dEQItemList);
	RemoveDetour(EQPlayer__SetNameSpriteState);
	[color=red]RemoveDetour(EQPlayer__SetNameSpriteTint);[/color]
	ProcessPending=false;
The line in red above is missing from the shutdownmq2spawns function.

Re: Bug: MQ2Spawns.cpp

Posted: Sun Jan 04, 2026 11:35 pm
by xyilla