mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/creature: Fix up Shadowmoon Harbinger
This commit is contained in:
7
sql/updates/world/2012_06_03_05_world_creature.sql
Normal file
7
sql/updates/world/2012_06_03_05_world_creature.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Fix up Shadowmoon Harbinger
|
||||
SET @ENTRY := 21795;
|
||||
UPDATE `creature` SET `spawndist`=5,`MovementType`=1,`curhealth`=1,`curmana`=0 WHERE `id`=@ENTRY;
|
||||
UPDATE `creature_template` SET `AIName`='' WHERE `entry`=@ENTRY;
|
||||
DELETE FROM `creature_ai_scripts` WHERE `creature_id`=@ENTRY;
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY;
|
||||
INSERT INTO `creature_template_addon` (`entry`,`bytes2`,`auras`) VALUES (@ENTRY,1,'37467 37509');
|
||||
Reference in New Issue
Block a user