mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
fix toon deletion
This commit is contained in:
parent
4b2e6c05d6
commit
99e37a7f8a
1 changed files with 1 additions and 1 deletions
|
@ -689,7 +689,7 @@ class DeleteAvatarFSM(GetAvatarsFSM):
|
||||||
estateId,
|
estateId,
|
||||||
self.csm.air.dclassesByName['DistributedEstateAI'],
|
self.csm.air.dclassesByName['DistributedEstateAI'],
|
||||||
{'setSlot%dToonId' % index: [0],
|
{'setSlot%dToonId' % index: [0],
|
||||||
'setSlot%dItems' % index: [[]]}
|
'setSlot%dGarden' % index: [[]]}
|
||||||
)
|
)
|
||||||
|
|
||||||
self.csm.air.dbInterface.updateObject(
|
self.csm.air.dbInterface.updateObject(
|
||||||
|
|
Loading…
Reference in a new issue