From bcce517c6df0b168920f4e9d018e128b7bb43675 Mon Sep 17 00:00:00 2001 From: runningnak3d Date: Wed, 27 Oct 2010 15:01:29 -0600 Subject: Core/Scripts: Fix exploit in ToC5 where vehicles could be used a multipassenger mounts anywhere. Thanks Aokromes from reporting --HG-- branch : trunk --- sql/updates/10325_world_scriptname.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/10325_world_scriptname.sql (limited to 'sql/updates') diff --git a/sql/updates/10325_world_scriptname.sql b/sql/updates/10325_world_scriptname.sql new file mode 100644 index 00000000000..be39336d37b --- /dev/null +++ b/sql/updates/10325_world_scriptname.sql @@ -0,0 +1,3 @@ +UPDATE `creature_template` SET `ScriptName` = '' WHERE `entry` IN (33299,33409,33301,33414,33418,33416,33297,33298,33300,33408); +UPDATE `creature_template` SET `ScriptName` = 'generic_vehicleAI_toc5' WHERE `entry` IN (33217,33323,33320,33316,33317,33324,33318,33319,33321,33322); + -- cgit v1.2.3