From d90eab61cbe5e056bb2fccd96876220f9f964b7b Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Fri, 6 Jul 2018 16:16:56 -0500 Subject: [PATCH] Updated damageshieldtypes (markdown) --- damageshieldtypes.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/damageshieldtypes.md b/damageshieldtypes.md index 6702e8d..eb6c23d 100644 --- a/damageshieldtypes.md +++ b/damageshieldtypes.md @@ -1,4 +1,20 @@ **Field**|**Type**|**Null**|**Key**|**Default**|**Notes** -----|-----|-----|-----|-----|----- spellid|int(10) unsigned|NO|PRI|0| -type|tinyint(3) unsigned|NO| |0| \ No newline at end of file +type|tinyint(3) unsigned|NO| |0| + + +*** + + +**spellid** +* Corresponding spell in [[spells_new]] + +**type** +* DS_DECAY = 244, +* DS_CHILLED = 245, +* DS_FREEZING = 246, +* DS_TORMENT = 247, +* DS_BURN = 248, +* DS_THORNS = 249 +