diff options
author | Alige <aligetmw@hotmail.fr> | 2012-07-09 01:00:41 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-07-09 01:00:41 +0200 |
commit | 671d84d7e2c507311c69a27be13128ee2e200577 (patch) | |
tree | 39ba7c57f70ab65938c5ccd105af094e777ec486 /npc | |
parent | 11c11d7fabff7c0d2bafab49be02bf26647b70c6 (diff) | |
download | clientdata-671d84d7e2c507311c69a27be13128ee2e200577.tar.gz clientdata-671d84d7e2c507311c69a27be13128ee2e200577.tar.bz2 clientdata-671d84d7e2c507311c69a27be13128ee2e200577.tar.xz clientdata-671d84d7e2c507311c69a27be13128ee2e200577.zip |
Removed capital letters from the item scripts.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/croconut.txt (renamed from npc/items/Croconut.txt) | 0 | ||||
-rw-r--r-- | npc/items/oldbook.txt (renamed from npc/items/OldBook.txt) | 0 | ||||
-rw-r--r-- | npc/items/poisonedblobime.txt (renamed from npc/items/PoisonedBlobime.txt) | 0 | ||||
-rw-r--r-- | npc/items/poisonedwater.txt (renamed from npc/items/PoisonedWater.txt) | 0 | ||||
-rw-r--r-- | npc/scripts.conf | 8 |
5 files changed, 4 insertions, 4 deletions
diff --git a/npc/items/Croconut.txt b/npc/items/croconut.txt index fe53ae9e..fe53ae9e 100644 --- a/npc/items/Croconut.txt +++ b/npc/items/croconut.txt diff --git a/npc/items/OldBook.txt b/npc/items/oldbook.txt index 8a50717c..8a50717c 100644 --- a/npc/items/OldBook.txt +++ b/npc/items/oldbook.txt diff --git a/npc/items/PoisonedBlobime.txt b/npc/items/poisonedblobime.txt index 28d23bea..28d23bea 100644 --- a/npc/items/PoisonedBlobime.txt +++ b/npc/items/poisonedblobime.txt diff --git a/npc/items/PoisonedWater.txt b/npc/items/poisonedwater.txt index 66e7280f..66e7280f 100644 --- a/npc/items/PoisonedWater.txt +++ b/npc/items/poisonedwater.txt diff --git a/npc/scripts.conf b/npc/scripts.conf index ba2e3616..421d974e 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -4,10 +4,10 @@ import: npc/_import.txt // Item Functions -npc: npc/items/PoisonedWater.txt -npc: npc/items/PoisonedBlobime.txt -npc: npc/items/Croconut.txt -npc: npc/items/OldBook.txt +npc: npc/items/poisonedwater.txt +npc: npc/items/poisonedblobime.txt +npc: npc/items/croconut.txt +npc: npc/items/oldbook.txt // Script Functions npc: npc/functions/clientversion.txt |