mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Removed my bookmark comments and cleaned up itemtick for cases where there are no tick items.
This commit is contained in:
@@ -252,7 +252,6 @@ int32 Client::TributeItem(uint32 slot, uint32 quantity) {
|
||||
//figure out what its worth
|
||||
int32 pts = inst->GetItem()->Favor;
|
||||
|
||||
//DCBOOKMARK
|
||||
pts = mod_tribute_item_value(pts);
|
||||
|
||||
if(pts < 1) {
|
||||
|
||||
Reference in New Issue
Block a user