mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
DB/Deadmines: remove curhealth and curmana values for Defias Reapers and Watchers
This commit is contained in:
1
sql/updates/world/custom/custom_2019_10_11_00_world.sql
Normal file
1
sql/updates/world/custom/custom_2019_10_11_00_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `creature` SET `curhealth`= 0, `curmana`= 0 WHERE `guid` IN (375975, 375974, 375973, 375972);
|
||||
Reference in New Issue
Block a user