Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Fix syntax error in sql update.
Browse files Browse the repository at this point in the history
Signed-off-by: AlterEgo <[email protected]>
  • Loading branch information
SkyFire committed Dec 3, 2023
1 parent 4c71e15 commit 138750d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/updates/world/2023_11_28_world_00.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `e
(225865, 0, 0, 0, 0, 0, '60921'),
(225866, 0, 0, 0, 0, 0, '60921');

DELETE FROM `spell_area` WHERE `spell`=60922 AND `area=`5829;
DELETE FROM `spell_area` WHERE `spell`=60922 AND `area`=5829;
INSERT INTO `spell_area` (`spell`, `area`, `quest_end`, `autocast`, `quest_end_status`) VALUES
(60922, 5829, 29786, 1, 66);

Expand Down

0 comments on commit 138750d

Please sign in to comment.