diff options
author | Dastgir Pojee <dastgirpojee@rocketmail.com> | 2014-05-21 10:54:38 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-05-31 03:17:31 +0200 |
commit | 43d96e85687e2b732dc4f9d7da391a6ea7ebebce (patch) | |
tree | fc20cddf7c9b653216d6cef628228b1eddd5e6ea /db/item_avail.txt | |
parent | 244985a25e5147517f53c887877f7ab9e4977ad4 (diff) | |
download | hercules-43d96e85687e2b732dc4f9d7da391a6ea7ebebce.tar.gz hercules-43d96e85687e2b732dc4f9d7da391a6ea7ebebce.tar.bz2 hercules-43d96e85687e2b732dc4f9d7da391a6ea7ebebce.tar.xz hercules-43d96e85687e2b732dc4f9d7da391a6ea7ebebce.zip |
Removed some files which are no longer used
Diffstat (limited to 'db/item_avail.txt')
-rw-r--r-- | db/item_avail.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/db/item_avail.txt b/db/item_avail.txt deleted file mode 100644 index 7ec78923f..000000000 --- a/db/item_avail.txt +++ /dev/null @@ -1,26 +0,0 @@ -// Item Availability and Alias Database -// -// Structure of Database: -// ItemID,SpriteID -// -// 01. ItemID Item ID to change. -// 02. SpriteID Item ID which will be sent to the client instead of ItemID. -// If 0, the item becomes unavailable for use. If item_check is enabled and a player owns such an item, it will be removed upon next login/teleport. -// -// NOTE: Replaces an item client-side while keeping them separate server-side. -// Think of it as a way to disguise items. - -2240,2241 //Beard - Grampa Beard - -//Treasure Hunters Quest Items -//use these aliases if your game client doesn't support them normally -//7950,7021 -//7951,7042 -//1998,1250 -//1999,1472 - -//St. Patric's Day Quest (2008) Items -//Enable if you plan to use the quest. -//12715,7721 -//7915,673 -//7916,675 |