diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2023_04_06_03_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_04_06_03_world.sql b/sql/updates/world/master/2023_04_06_03_world.sql new file mode 100644 index 00000000000..3174299d162 --- /dev/null +++ b/sql/updates/world/master/2023_04_06_03_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `creature_template_sparring` WHERE `Entry` IN (44791, 44792, 44793); +INSERT INTO `creature_template_sparring` (`Entry`, `NoNPCDamageBelowHealthPct`) VALUES +(44791, 80), +(44792, 80), +(44793, 80); |
