From bb60122f2c0a67fbb7e1a7e31e1be9b5722ef6ee Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 4 Jun 2019 16:50:45 +0200 Subject: DB/Creature: Remove some wrong waypoint actions --- sql/updates/world/3.3.5/2019_06_04_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_06_04_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_06_04_02_world.sql b/sql/updates/world/3.3.5/2019_06_04_02_world.sql new file mode 100644 index 00000000000..dfb2f5b38cc --- /dev/null +++ b/sql/updates/world/3.3.5/2019_06_04_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `waypoint_data` SET `action`=0 WHERE `id` IN (1091480, 1091490, 1091500, 1091510); -- cgit v1.2.3