Some quest item and spell work, took out that stupid multiquesting code -> use your brains that's completely doable entirely in quests even perl

This commit is contained in:
KimLS
2013-05-17 17:10:38 -07:00
parent bec6acc01e
commit 7adcf6d3e5
26 changed files with 416 additions and 483 deletions
+1 -2
View File
@@ -19,9 +19,8 @@
#ifndef HATELIST_H
#define HATELIST_H
class tHateEntry
struct tHateEntry
{
public:
Mob *ent;
int32 damage, hate;
bool bFrenzy;