Skip to content

Commit

Permalink
[0410][DBErrors] Silence errors due to unused generic formation chang…
Browse files Browse the repository at this point in the history
…ing scripts
  • Loading branch information
AnonXS committed May 15, 2024
1 parent 6615c23 commit 6d60ab6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Updates/0410_WDB-5287_generic_formation_scripts.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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);

2 comments on commit 6d60ab6

@Arnibou
Copy link

@Arnibou Arnibou commented on 6d60ab6 May 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error Code: 1364
Field 'PositionX' doesn't have a default value

@AnonXS
Copy link
Member Author

@AnonXS AnonXS commented on 6d60ab6 May 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will correct this tn.

Please sign in to comment.