mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
5
sql/updates/world/3.3.5/2017_05_09_00_world.sql
Normal file
5
sql/updates/world/3.3.5/2017_05_09_00_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `unit_flags`=768, `RegenHealth`=0 WHERE `entry`=26335;
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=26335;
|
||||
INSERT INTO `creature_template_addon` (`entry`, `bytes1`, `bytes2`) VALUES (26335, 7, 1);
|
||||
UPDATE `creature` SET `curhealth`=1 WHERE `id`=26335;
|
||||
Reference in New Issue
Block a user