Browse Source

Fix examine info crash

Fix #168
image 3 years ago
parent
commit
ab226c00f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      EQ2/source/WorldServer/client.cpp

+ 1 - 1
EQ2/source/WorldServer/client.cpp

@@ -2662,7 +2662,7 @@ void Client::HandleExamineInfoRequest(EQApplicationPacket* app) {
 
 		if (!spell)
 		{
-			LogWrite(WORLD__ERROR, 0, "WORLD", "FAILED Examine Info Request-> Spell ID: %u, tier: %i", spell->GetSpellID(), tier);
+			LogWrite(WORLD__ERROR, 0, "WORLD", "FAILED Examine Info Request-> Spell ID: %u, tier: %i", id, tier);
 			return;
 		}