aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2025-01-26 15:50:26 +0100
committerOvahlord <dreadkiller@gmx.de>2025-01-26 15:56:28 +0100
commit59c61f7c153394998b4435b86accdc9ed48d9d3b (patch)
tree91d7f2df7b740bd4eb9447e7c8e33781aff5591d /sql
parent3eb4ccc9a0b3d315d53c566455a748c7cf795ac2 (diff)
Scripts/Spells: fixed Judgement of Truth damage bonus
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/cata_classic/2025_01_26_04_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2025_01_26_04_world.sql b/sql/updates/world/cata_classic/2025_01_26_04_world.sql
new file mode 100644
index 00000000000..6ee232435f2
--- /dev/null
+++ b/sql/updates/world/cata_classic/2025_01_26_04_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_pal_judgement_of_truth';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(31804, 'spell_pal_judgement_of_truth');