aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzxbiohazardzx <zxbiohazardzx@gmail.com>2012-05-27 16:57:47 +0200
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2012-05-27 16:57:47 +0200
commitae98cd9d8adfeab99c2cfb190469caf7ba47a23a (patch)
tree746baca5029d271aec12d554bf48378271a2489d
parentdfcc94e6c32ea21a267a8f4cd62e662d3e8255b3 (diff)
DB/Creature: Add Missing spawn for Queen Angerboda
Closes #4842
-rw-r--r--sql/updates/world/2012_05_27_02_world_creature.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_27_02_world_creature.sql b/sql/updates/world/2012_05_27_02_world_creature.sql
new file mode 100644
index 00000000000..8ca3ee75c94
--- /dev/null
+++ b/sql/updates/world/2012_05_27_02_world_creature.sql
@@ -0,0 +1,4 @@
+-- Add Missing spawn for Queen Angerboda
+DELETE FROM `creature` WHERE `id`=24023;
+INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`) VALUES
+(42162,24023,571,1,1,0,0,2855.372,-3869.662,248.6132,2.181662,150,0,0,9291,3231,0,0,0,0);