Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Database/Updates/Shard/2025-12-23-00-Fix-Night-Club-Shirt.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/* PropertyString.LongDesc - 69982 Night Club Shirt */

UPDATE biota_properties_string bstring
INNER JOIN biota ON bstring.object_Id=biota.Id
INNER JOIN ace_world.weenie_properties_string wstring ON wstring.object_Id=biota.weenie_Class_Id
SET bstring.value=wstring.value
WHERE biota.weenie_Class_Id=69982 and bstring.`type`=16 and wstring.`type`=16;