mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 22:01:30 +00:00
Adjust default lootdrop max level
This commit is contained in:
parent
7b04b9ef4a
commit
1a2537f5d8
@ -1570,9 +1570,10 @@ void NPC::AI_DoMovement() {
|
|||||||
if (m_CurrentWayPoint.w >= 0.0) {
|
if (m_CurrentWayPoint.w >= 0.0) {
|
||||||
SetHeading(m_CurrentWayPoint.w);
|
SetHeading(m_CurrentWayPoint.w);
|
||||||
}
|
}
|
||||||
SendPosition();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SendPosition();
|
||||||
|
|
||||||
//kick off event_waypoint arrive
|
//kick off event_waypoint arrive
|
||||||
char temp[16];
|
char temp[16];
|
||||||
sprintf(temp, "%d", cur_wp);
|
sprintf(temp, "%d", cur_wp);
|
||||||
|
|||||||
@ -669,7 +669,7 @@ void NPC::SetPetState(SpellBuff_Struct *pet_buffs, uint32 *items) {
|
|||||||
if (item2 && item2->NoDrop != 0) {
|
if (item2 && item2->NoDrop != 0) {
|
||||||
//dont bother saving item charges for now, NPCs never use them
|
//dont bother saving item charges for now, NPCs never use them
|
||||||
//and nobody should be able to get them off the corpse..?
|
//and nobody should be able to get them off the corpse..?
|
||||||
AddLootDrop(item2, &itemlist, 0, 1, 127, true, true);
|
AddLootDrop(item2, &itemlist, 0, 1, 255, true, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user