From 6d60ab6e37d8899295326d497a01055082611273 Mon Sep 17 00:00:00 2001 From: AnonXS Date: Wed, 15 May 2024 14:00:21 +0200 Subject: [PATCH] [0410][DBErrors] Silence errors due to unused generic formation changing scripts --- Updates/0410_WDB-5287_generic_formation_scripts.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Updates/0410_WDB-5287_generic_formation_scripts.sql b/Updates/0410_WDB-5287_generic_formation_scripts.sql index e9308f3c0..f84826e00 100644 --- a/Updates/0410_WDB-5287_generic_formation_scripts.sql +++ b/Updates/0410_WDB-5287_generic_formation_scripts.sql @@ -9,3 +9,6 @@ INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalo (105,1,51,100,5,0,0,0,0x04,0,0,0,0,0,0,0,0,'GENERIC - formation change to - Fanned out in front(5)'), (106,1,51,100,6,0,0,0,0x04,0,0,0,0,0,0,0,0,'GENERIC - formation change to - Circle leader(6)'); +-- Table `dbscripts_on_creature_movement` contain unused script, id 100 - 106 +REPLACE INTO `creature_movement_template` (`Entry`, `PathId`, `Point`, `ScriptId`) VALUES (1,100,1,100),(1,100,2,101),(1,100,3,102),(1,100,4,103),(1,100,5,104),(1,100,6,105),(1,100,7,106); +