mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Creature): Prevent Underground Well Credit Marker from attacking the player (#14071)
Create rev_1670201379035894100.sql
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- Set IMMUNE_TO_PC & IMMUNE_TO_NPC
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE (`entry` = 18161);
|
||||
Reference in New Issue
Block a user