mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-25 05:40:56 -08:00
fix(DB/Creature) Black Temple - Shadowmoon Blood Mages dont use Blood… (#19812)
* fix(DB/Creature) Black Temple - Shadowmoon Blood Mages dont use Blood Siphon ability * SQL query refactored * fix: backticks added
This commit is contained in:
parent
00e35a201e
commit
eb0cfb79cc
1 changed files with 5 additions and 0 deletions
5
data/sql/updates/pending_db_world/2024_08_31_00.sql
Normal file
5
data/sql/updates/pending_db_world/2024_08_31_00.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
UPDATE `smart_scripts`
|
||||
SET `event_param4` = 6000
|
||||
WHERE `entryorguid` = 22945
|
||||
AND `source_type` = 0
|
||||
AND `id` = 0;
|
||||
Loading…
Add table
Add a link
Reference in a new issue