fix(Scripts/TheEye): fix Kael progress bug and some other issues (#18580)
* init * some fixes
This commit is contained in:
parent
b661512c63
commit
8faaa77319
2 changed files with 16 additions and 12 deletions
2
data/sql/updates/pending_db_world/weapons_flags.sql
Normal file
2
data/sql/updates/pending_db_world/weapons_flags.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `unit_flags` = `unit_flags`& ~33554432 & ~2 WHERE `entry` BETWEEN 21268 AND 21274;
|
||||
Loading…
Add table
Add a link
Reference in a new issue