diff options
| author | Teleqraph <nyrdeveloper@gmail.com> | 2023-04-06 17:26:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-06 17:26:19 +0200 |
| commit | c21a01442eb7f24dd9ba06eb2045f09ba27bff5b (patch) | |
| tree | c357cf915be0891b33147f28b466fc425266f2b6 /sql | |
| parent | 542568462511bb4e95622c2ab21ac3e0be0dd3c4 (diff) | |
Scripts/SilverpineForest: Removed sparring hackfixes (#28896)
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); |
