Implement SE lootpacks for SE enabled shards.

http://www.runuo.com/community/threads/scn-656-osi-loot.429885/

Range Corrections for NPC context menus.
http://www.runuo.com/community/threads/svn-656-bulk-order-info-and-train-context-menu-range.451723/

Correction to ships' tillerman. Fixes dropping maps to tillerman, and a boat-break-in exploit.
http://www.runuo.com/community/threads/svn-656-tillerman-doesnt-accept-map.447911/

Aesthetic corrections to GargoylesPickaxe.
http://www.runuo.com/community/threads/svn-656-blacksmith-reward-gargoyle-pickaxes.436462/
This commit is contained in:
xavier 2010-12-31 19:20:50 +00:00
parent 030daa30da
commit c81a87394d
6 changed files with 23 additions and 16 deletions

View file

@ -26,7 +26,7 @@ namespace Server.Items
case Direction.South: ItemID = 0x3E4B; break;
case Direction.North: ItemID = 0x3E4E; break;
case Direction.West: ItemID = 0x3E50; break;
case Direction.East: ItemID = 0x3E53; break;
case Direction.East: ItemID = 0x3E55; break;
}
}