When you open Graal shop, it always defaults to idle.gani, so you must go and locate kendead.gani. After that, log into the level editor and make sure you have the script...
NPC Code:
if (playerenters) {
replaceani dead,kendead;
}
That should work...