Core/SAI: Remove an improper value in case switch.. no idea when/how/why that got there, but it's conflicting with recent changes.

This commit is contained in:
Machiavelli
2011-12-11 19:04:21 +01:00
parent 7c9093e32c
commit aefbc5701c

View File

@@ -501,7 +501,6 @@ bool SmartAIMgr::IsEventValid(SmartScriptHolder& e)
case SMART_EVENT_WAYPOINT_RESUMED:
case SMART_EVENT_WAYPOINT_STOPPED:
case SMART_EVENT_WAYPOINT_ENDED:
case SMART_ACTION_PLAYMOVIE:
case SMART_EVENT_GOSSIP_SELECT:
case SMART_EVENT_GOSSIP_HELLO:
case SMART_EVENT_JUST_CREATED: