fix(Scripts/TheEye): fix Kael progress bug and some other issues (#18580)

* init

* some fixes
This commit is contained in:
Dan
2024-03-18 22:04:49 +01:00
committed by GitHub
parent b661512c63
commit 8faaa77319
2 changed files with 16 additions and 12 deletions

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `unit_flags` = `unit_flags`& ~33554432 & ~2 WHERE `entry` BETWEEN 21268 AND 21274;