Fixes issue found here: https://www.emucoach.com/showthread.php/5750-Strange-Vendor-issue-in-SW-Trade-Distict
	
	
	
		
NPC had random emote and auras, this should do the trick.
				
			
		Code:
	
	-- Marda Weller Emote & backpack fix
UPDATE `creature_addon` SET `emote`='0' WHERE  `guid`=34020;
UPDATE `creature_addon` SET `auras`='(NULL)' WHERE  `guid`=34020;NPC had random emote and auras, this should do the trick.
 
	 
 
		