Skip to content

Commit

Permalink
fix(DB/Creature) Black Temple - Shadowmoon Blood Mages dont use Blood… (
Browse files Browse the repository at this point in the history
#19812)

* fix(DB/Creature) Black Temple - Shadowmoon Blood Mages dont use Blood Siphon ability

* SQL query refactored

* fix: backticks added
  • Loading branch information
Carriola-wotlk committed Sep 11, 2024
1 parent 00e35a2 commit eb0cfb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/sql/updates/pending_db_world/2024_08_31_00.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
UPDATE `smart_scripts`
SET `event_param4` = 6000
WHERE `entryorguid` = 22945
AND `source_type` = 0
AND `id` = 0;

0 comments on commit eb0cfb7

Please sign in to comment.