diff options
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); + |
