Removed my bookmark comments and cleaned up itemtick for cases where there are no tick items.

This commit is contained in:
Tabasco
2013-05-05 17:53:34 -05:00
parent 824b101831
commit f983d19e01
27 changed files with 11 additions and 72 deletions
-2
View File
@@ -71,7 +71,6 @@ public:
bool NPCPointerValid() { return (npcthis!=NULL); }
void SetNPCPointer(NPC* n) { npcthis = n; }
void SetTimer(uint32 duration) { timer.Start(duration); }
//DCBOOKMARK
uint32 GetKillCount() { return killcount; }
protected:
friend class Zone;
@@ -94,7 +93,6 @@ private:
bool enabled;
EmuAppearance anim;
bool IsDespawned;
//DCBOOKMARK
uint32 killcount;
};