aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/ItemPrototype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ItemPrototype.h b/src/game/ItemPrototype.h
index 768df0cc11b..6ad589a3379 100644
--- a/src/game/ItemPrototype.h
+++ b/src/game/ItemPrototype.h
@@ -494,7 +494,7 @@ struct _ItemStat
};
struct _Spell
{
- uint32 SpellId; // id from Spell.dbc
+ int32 SpellId; // id from Spell.dbc
uint32 SpellTrigger;
int32 SpellCharges;
float SpellPPMRate;