Update Spawn.cpp
This commit is contained in:
parent
c08d1ca70a
commit
c001cc262e
@ -2703,7 +2703,7 @@ void Spawn::InitializeInfoPacketData(Player* spawn, PacketStruct* packet) {
|
||||
}
|
||||
packet->setDataByName("icon", temp_icon);//appearance.icon);
|
||||
if(GetPickupItemID()) {
|
||||
if(GetVersion() <= 546) {
|
||||
if(version <= 546) {
|
||||
packet->setDataByName("house_icon", 1);//appearance.icon);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user