aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorTeleqraph <nyrdeveloper@gmail.com>2023-04-06 17:26:19 +0200
committerGitHub <noreply@github.com>2023-04-06 17:26:19 +0200
commitc21a01442eb7f24dd9ba06eb2045f09ba27bff5b (patch)
treec357cf915be0891b33147f28b466fc425266f2b6 /sql/updates
parent542568462511bb4e95622c2ab21ac3e0be0dd3c4 (diff)
Scripts/SilverpineForest: Removed sparring hackfixes (#28896)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2023_04_06_03_world.sql5
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);