View Single Post
  #2  
Old 08-16-2012, 09:30 AM
louis1016
Hill Giant
 
Join Date: Dec 2009
Posts: 157
Default

in the source, delete the following from attack.cpp:


Code:
if((GetClientVersionBit() & BIT_SoFAndLater) && RuleB(Character, RespawnFromHover))
			UnmemSpellAll(true);
		else
			UnmemSpellAll(false);

Delete from client.cpp:

UnmemSpellAll();
Reply With Quote