instance_naxxramas someInstance; someInstance.SetData("player_class", "Hunter");
instance_naxxramas anotherInstance; anotherInstance.SetData("boss_health", "50");This code sets the health of a boss in a specific instance of Naxxramas to 50. The package library is also likely the WoW game library.