diff options
| author | jackpoz <giacomopoz@gmail.com> | 2020-08-05 18:46:02 +0200 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2020-08-05 18:46:02 +0200 |
| commit | 6ad6d9e67069ef048c10afbdd52627b8c765a010 (patch) | |
| tree | 4100b3599b9182defaf1773be8a93a3966a7156c /sql/updates | |
| parent | 174ac958009222aeef83520101a28963f8c63b0e (diff) | |
Scripts/Kologarn: Apply CREATURE_FLAG_EXTRA_NO_COMBAT on NPC_ARM_SWEEP_STALKER and NPC_RUBBLE_STALKER
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_08_05_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_05_01_world.sql b/sql/updates/world/3.3.5/2020_08_05_01_world.sql new file mode 100644 index 00000000000..bfa0e4542bb --- /dev/null +++ b/sql/updates/world/3.3.5/2020_08_05_01_world.sql @@ -0,0 +1,2 @@ +-- Add CREATURE_FLAG_EXTRA_NO_COMBAT to Kologarn's stalkers +UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 0x00002000 WHERE `entry` IN (33661,33809,33942); |
