mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 14:17:28 +01:00
Merge remote-tracking branch 'origin/master' into mmaps
This commit is contained in:
11
sql/updates/world/2012_09_10_14_world_misc.sql
Normal file
11
sql/updates/world/2012_09_10_14_world_misc.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- ToCr orbs
|
||||
|
||||
SET @NPC_ORB1 := 34606; -- Frost Sphere
|
||||
SET @NPC_ORB2 := 34649; -- Frost Sphere
|
||||
|
||||
UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.42,`InhabitType`=7 WHERE `entry` IN (@NPC_ORB1,@NPC_ORB2);
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (@NPC_ORB1,@NPC_ORB2);
|
||||
INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`auras`) VALUES
|
||||
(@NPC_ORB1,0,0x3000000,0x1,''),
|
||||
(@NPC_ORB2,0,0x3000000,0x1,'');
|
||||
Reference in New Issue
Block a user