mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 21:56:36 +00:00
[Item Ticks] Remove Item Ticks Code (#3955)
* [Items] Convert Load of Item Ticks to Repositories - Convert `LoadItemTicks()` to repositories. * Remove item tick code. * Remove repository references. * Update zone.h
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ typedef enum {
|
||||
EVENT_DISCOVER_ITEM,
|
||||
EVENT_DISCONNECT,
|
||||
EVENT_CONNECT,
|
||||
EVENT_ITEM_TICK,
|
||||
EVENT_ITEM_TICK, // Unused, keeping so event IDs don't get out of wack
|
||||
EVENT_DUEL_WIN,
|
||||
EVENT_DUEL_LOSE,
|
||||
EVENT_ENCOUNTER_LOAD,
|
||||
|
||||
Reference in New Issue
Block a user