mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/Misc: 3.3.5a fix, add missing spirit healer on graveyard 69
closes #69
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (6066,18176) AND `source_type`= 0;
|
||||
UPDATE `creature_template` SET `AIName`="", `InhabitType`=`InhabitType`|8 WHERE `entry` IN (6066,18176);
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=6066;
|
||||
INSERT INTO `creature_template_addon` (`entry`,`auras`) VALUES (6066,'31982');
|
||||
UPDATE `creature_template_addon` SET `auras`='31982' WHERE `entry` IN (18176);
|
||||
5
sql/updates/world/4.3.4/2016_11_02_35_world.sql
Normal file
5
sql/updates/world/4.3.4/2016_11_02_35_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` = 250025 AND `id` =6491;
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
|
||||
(250025, 6491, 0, 1497, 1497, 169, 1, 0, 0, 1819.41, 219.233, 60.0732, 0.337883, 60, 0, 0, 4120, 0, 0, 0, 0, 0, 0);
|
||||
--
|
||||
Reference in New Issue
Block a user