From 5df06a6892b8ea0e97bdc8a87ebfe4f0bf827c61 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 20 Oct 2018 00:44:37 +0200 Subject: DB/Creature: Remove a wrong script on Chilltusk waypoint --- sql/updates/world/3.3.5/2018_10_20_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_10_20_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2018_10_20_00_world.sql b/sql/updates/world/3.3.5/2018_10_20_00_world.sql new file mode 100644 index 00000000000..0079f71fab8 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_20_00_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `waypoint_data` SET `action`=0 WHERE `id`=1074120; +DELETE FROM `waypoint_scripts` WHERE `id` IN (1046,1047); -- cgit v1.2.3