mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00: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:
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;
|
||||
Reference in New Issue
Block a user