diff options
author | Chris Ward <chris@chrisgward.com> | 2013-02-19 02:26:44 -0800 |
---|---|---|
committer | Chris Ward <chris@chrisgward.com> | 2013-02-19 02:26:44 -0800 |
commit | ff02f0e270b606c62c49d35a6ab744fdeb08475d (patch) | |
tree | bd9b2a95c579306169c4e13e63b5723271865a38 | |
parent | 8f8fc4a08d8342e208887b3e93454d23dd5f9698 (diff) | |
parent | 8f52908eedb7c35ed7c588946665644e3a703371 (diff) | |
download | Essentials-ff02f0e270b606c62c49d35a6ab744fdeb08475d.tar Essentials-ff02f0e270b606c62c49d35a6ab744fdeb08475d.tar.gz Essentials-ff02f0e270b606c62c49d35a6ab744fdeb08475d.tar.lz Essentials-ff02f0e270b606c62c49d35a6ab744fdeb08475d.tar.xz Essentials-ff02f0e270b606c62c49d35a6ab744fdeb08475d.zip |
Merge pull request #341 from necrodoom/patch-59
fix rest of "posion" aliases
-rw-r--r-- | Essentials/src/items.csv | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Essentials/src/items.csv b/Essentials/src/items.csv index a9559de13..a984260c5 100644 --- a/Essentials/src/items.csv +++ b/Essentials/src/items.csv @@ -4403,9 +4403,9 @@ fireresistancepot,373,8195 fireresistpot,373,8195 firerespot,373,8195 fpot,373,8195 -posionpotion,373,8196 +poisonpotion,373,8196 acidpotion,373,8196 -posionpot,373,8196 +poisonpot,373,8196 acidpot,373,8196 ppot,373,8196 healingpotion,373,8197 @@ -5331,21 +5331,21 @@ splfireresistanceexpot,373,16451 splfireresistexpot,373,16451 splfireresexpot,373,16451 spfepot,373,16451 -splashposionextendedpotion,373,16452 +splashpoisonextendedpotion,373,16452 splashacidextendedpotion,373,16452 -splashposionexpotion,373,16452 +splashpoisonexpotion,373,16452 splashacidexpotion,373,16452 -splashposionextendedpot,373,16452 +splashpoisonextendedpot,373,16452 splashacidextendedpot,373,16452 -splashposionexpot,373,16452 +splashpoisonexpot,373,16452 splashacidexpot,373,16452 -splposionextendedpotion,373,16452 +splpoisonextendedpotion,373,16452 splacidextendedpotion,373,16452 -splposionexpotion,373,16452 +splpoisonexpotion,373,16452 splacidexpotion,373,16452 -splposionextendedpot,373,16452 +splpoisonextendedpot,373,16452 splacidextendedpot,373,16452 -splposionexpot,373,16452 +splpoisonexpot,373,16452 splacidexpot,373,16452 sppepot,373,16452 splashnightvisionextendedpotion,373,16454 |