Skip to content

Commit

Permalink
[3932] Fix backport typo in [3928]
Browse files Browse the repository at this point in the history
  • Loading branch information
cala committed Jun 20, 2022
1 parent d76992b commit bb67125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Updates/3928_misc_exports.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ UPDATE `creature_template` SET `ExtraFlags` = `ExtraFlags`&~16384 WHERE `entry`
UPDATE `creature_template` SET `ExtraFlags` = `ExtraFlags`|4096 WHERE `entry` IN (
550, -- Defias Messenger (Path)
12352, -- Scarlet Trooper (Path)
12339, -- Demetria (Path)
12339 -- Demetria (Path)
);

0 comments on commit bb67125

Please sign in to comment.