From d9f257a18c8e7984168d52b2d89b8e1582e27925 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Thu, 11 Mar 2010 21:40:42 +0100 Subject: Allow spellid_x fields in item_template to be signed integers. Thanks to Svannon and RedSonja for testing. --HG-- branch : trunk --- src/game/ItemPrototype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3