mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(DB/smart_scripts): Fix Crypt Guard's Acid Spit (#14132)
Create update-crypt-guard.sql
This commit is contained in:
3
data/sql/updates/pending_db_world/update-crypt-guard.sql
Normal file
3
data/sql/updates/pending_db_world/update-crypt-guard.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `target_type`=2, `comment`='Crypt Guard - In Combat - CastVictim Acid Spit' WHERE `entryorguid`=16573 AND `source_type`=0 AND `id` IN (1,2) AND `link`=0;
|
||||
|
||||
Reference in New Issue
Block a user