diff --git a/sql/updates/world/3.3.5/2020_04_13_00_world.sql b/sql/updates/world/3.3.5/2020_04_13_00_world.sql new file mode 100644 index 00000000000..c9a65854b49 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_04_13_00_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject_template` SET `AIName`="" WHERE `entry`=375; +DELETE FROM `smart_scripts` WHERE `entryorguid` = 375 AND `source_type`=1;