diff options
| author | Naddley <NaddleyTC@gmail.com> | 2025-05-03 01:46:57 +0200 |
|---|---|---|
| committer | Naddley <NaddleyTC@gmail.com> | 2025-05-03 01:46:57 +0200 |
| commit | 3126e04f94b53e98cc0715ba9a626174220f6d42 (patch) | |
| tree | aaa0eaff4286faa9bace40818a5407e21e457727 | |
| parent | 55a19f15d01b5f06c158f1dfbd2c43e4f5d6837c (diff) | |
DB/ElwynnForest: Update flags for Katie Hunter and Katie Stokx
Closes #30815
Closes #30708
| -rw-r--r-- | sql/updates/world/master/2025_05_03_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_05_03_00_world.sql b/sql/updates/world/master/2025_05_03_00_world.sql new file mode 100644 index 00000000000..2450b9217d1 --- /dev/null +++ b/sql/updates/world/master/2025_05_03_00_world.sql @@ -0,0 +1,3 @@ +-- Update Flags +UPDATE `creature_template` SET `npcflag`=131 WHERE `entry`=384; -- Katie Hunter +UPDATE `creature_template` SET `npcflag`=129 WHERE `entry`=43694; -- Katie Stokx |
