exact, Unfortunately that résoud not all the problems there are other places or that crash landing in Azuremyst isle
I confirm that it is well the npc 17591 which causes the crash client controls on my restarter
[url="http://fr.wowhead.com/spell=6253"]http://fr.wowhead.com/spell=6253[/url] (not used by the npc 17591) For the database udb, errors also in creature_ai_scripts:
DELETE FROM `creature_ai_scripts` WHERE (`creature_id`=17591);
INSERT INTO `creature_ai_scripts` VALUES
( 1759101, 17591, 11, 0, 100, 0, 0, 0, 0, 0, 11, 5916, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Elf Bandit - Cast Shadowstalker Stealth on Spawn'),
( 1759102, 17591, 4, 0, 75, 0, 0, 0, 0, 0, 1, -541, -542, -543, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Elf Bandit - Random Say on Aggro'),
( 1759103, 17591, 9, 0, 100, 1, 0, 5, 5000, 8000, 11, 14873, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Elf Bandit - Cast Sinister Strike'),
( 1759104, 17591, 9, 0, 100, 1, 0, 5, 9000, 12000, 11, 7159, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Elf Bandit - Cast Backstab'),
(1759105, 17591, 0, 0, 100, 1, 9000, 14000, 16000, 21000, 11, [color="Red"]25710[/color], 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Elf Bandit - Cast Eviscerate');
[color="Red"]6253 and 25710 not used by the npc[/color] on the other hand the spells[color="MediumTurquoise"] 7159 and 15691 are well used by the npc [/color]
correction :
DELETE FROM `creature_ai_scripts` WHERE (`creature_id`=17591);
INSERT INTO `creature_ai_scripts` VALUES
( 1759101, 17591, 11, 0, 100, 0, 0, 0, 0, 0, 11, 5916, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Elf Bandit - Cast Shadowstalker Stealth on Spawn'),
( 1759102, 17591, 4, 0, 75, 0, 0, 0, 0, 0, 1, -541, -542, -543, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Elf Bandit - Random Say on Aggro'),
( 1759103, 17591, 9, 0, 100, 1, 0, 5, 5000, 8000, 11, 14873, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Elf Bandit - Cast Sinister Strike'),
( 1759104, 17591, 9, 0, 100, 1, 0, 5, 9000, 12000, 11, 7159, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Elf Bandit - Cast Backstab'),
(1759105, 17591, 0, 0, 100, 1, 9000, 14000, 16000, 21000, 11, [color="Red"]15691[/color], 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Elf Bandit - Cast Eviscerate');