diff options
| author | runningnak3d <none@none> | 2010-10-27 15:01:29 -0600 |
|---|---|---|
| committer | runningnak3d <none@none> | 2010-10-27 15:01:29 -0600 |
| commit | bcce517c6df0b168920f4e9d018e128b7bb43675 (patch) | |
| tree | cdd3ee599356511025cc74087ee907da77333095 /sql/updates | |
| parent | 1d7100b67fe07a3d490a7ab74588009d6a48845f (diff) | |
Core/Scripts: Fix exploit in ToC5 where vehicles could be used a
multipassenger mounts anywhere. Thanks Aokromes from reporting
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/10325_world_scriptname.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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); + |
