Changeset 3200

Show
Ignore:
Timestamp:
03/06/2010 02:19:12 PM (6 months ago)
Author:
jackpoz
Message:

MODIFIED: NPCs stop walking for 30 seconds instead of 30 ms when a Player talks to them, http://arcemu.org/forums/index.php?showtopic=20896 , thanks Sadikum

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/arcemu-world/NPCHandler.cpp

    r3171 r3200  
    431431        //stop when talked to 
    432432        if(qst_giver->GetAIInterface()) 
    433                 qst_giver->GetAIInterface()->StopMovement(30); 
     433                qst_giver->GetAIInterface()->StopMovement(30000); 
    434434 
    435435        // unstealth meh