Skip to content

Commit

Permalink
[ACID] Fix duplicate insert
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Nov 14, 2024
1 parent 8eee110 commit 9625c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACID/acid_classic.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12016,7 +12016,7 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('199901','1999','11','0','100','0','0','0','0','0','0','0','11','11959','0','34','0','0','0','0','0','0','0','0','Webwood Venomfang - Cast Poison Proc on Spawn'),
-- Webwood Silkspinner 2000
('200001','2000','11','0','100','0','0','0','0','0','0','0','11','11959','0','34','0','0','0','0','0','0','0','0','Webwood Silkspinner - Cast Poison Proc on Spawn'),
('200001','2000','0','0','100','1025','3000','12000','15000','30000','0','0','11','12023','1','0','0','0','0','0','0','0','0','0','Webwood Silkspinner - Cast Web'),
('200002','2000','0','0','100','1025','3000','12000','15000','30000','0','0','11','12023','1','0','0','0','0','0','0','0','0','0','Webwood Silkspinner - Cast Web'),
-- Giant Webwood Spider 2001
('200101','2001','11','0','100','0','0','0','0','0','0','0','11','11959','0','34','0','0','0','0','0','0','0','0','Giant Webwood Spider - Cast Poison Proc on Spawn'),
-- Rascal Sprite 2002
Expand Down

0 comments on commit 9625c43

Please sign in to comment.