diff options
| author | Machiavelli <none@none> | 2010-03-11 21:40:42 +0100 |
|---|---|---|
| committer | Machiavelli <none@none> | 2010-03-11 21:40:42 +0100 |
| commit | d9f257a18c8e7984168d52b2d89b8e1582e27925 (patch) | |
| tree | 9f3b9e2d8e173e646b8f1ecb62894183e8312722 /src | |
| parent | e1542df90ccde91e2f7fded2d5378d77b1f9ea84 (diff) | |
Allow spellid_x fields in item_template to be signed integers. Thanks to Svannon and RedSonja for testing.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/ItemPrototype.h | 2 |
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; |
