diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-03-18 19:38:35 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-03-18 19:39:19 +0100 |
| commit | 368eaf7f2f0b4633f88054dacb1db1a89af101c7 (patch) | |
| tree | 048ad6dcc9504428e12a043f5cde4b873804ecd1 /sql | |
| parent | ca027085642c9c1924df136ed1d854c569b2a654 (diff) | |
Scripts/Icecrown Citadel:
Corrected wing sigil visuals
Fixed saving Blood Quickening quest state to db
Remove Blood Quickening timer on completion
DB/Instances: Added some missing spawns to Frostwing Halls
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_03_18_2_world_creatures.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_18_2_world_creatures.sql b/sql/updates/world/2011_03_18_2_world_creatures.sql new file mode 100644 index 00000000000..61eea952386 --- /dev/null +++ b/sql/updates/world/2011_03_18_2_world_creatures.sql @@ -0,0 +1,8 @@ +SET @GUID := 137789; +DELETE FROM `creature` WHERE `guid` BETWEEN @GUID AND @GUID+4; +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`DeathState`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`) VALUES +(@GUID+0,16980,631,15,1,0,0,4203.70,2484.83,364.956,3.14159,604800,0,0,0,0,0,0,0,0,0), -- The Lich King +(@GUID+1,22515,631,15,1,0,0,4241.19,2557.49,364.952,4.72984,120,0,0,0,0,0,0,0,0,0), -- World Trigger +(@GUID+2,22515,631,15,1,0,0,4241.34,2411.52,364.952,1.57080,120,0,0,0,0,0,0,0,0,0), -- World Trigger +(@GUID+3,22515,631,10,1,0,0,4166.02,2557.49,364.952,4.72984,120,0,0,0,0,0,0,0,0,0), -- World Trigger +(@GUID+4,22515,631,10,1,0,0,4241.34,2411.52,364.952,1.57080,120,0,0,0,0,0,0,0,0,0); -- World Trigger |
