[1.9] (Affecting Live Content) Assertion when picking up a block with the place on tag
Partner Rank: 3
Verification Builds: [1.9-Beta] Build: 1372325
Summary: Picking up a block with the place on tag breaks.
Description: In a Nightmare in Candyworld map half way through chapter 3, you pick up a block that can be placed on another. When you do so you get the following assertion. Specifically in this case the place on tag is for a lapis block. The block itself is sponge
----------------------------------------------------------------
---------------------------
Assert Failure - ctrl+C to copy this message to the clipboard!
---------------------------
Assertion failed: Setting an aux value on a block item does not make sense.
Condition is false: nullptr == mBlock || (getId() > 256 ) || value == 0
Function: ItemInstance::setAuxValue in f:\darwinwork\5\s\handheld\src\common\world\item\iteminstance.cpp @ 573
---------------------------
OK
---------------------------
-------------------------------------------------------------------
Repro Steps:
1. Pick up an item with can place on tag from a container while you have asserts on.
2. You get the following assertion
Observed Results: Assertion appears
Expected Results: No Assertion
Screenshots/Attachments: None