aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2012_01_04_04_world_creature.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_04_04_world_creature.sql b/sql/updates/world/2012_01_04_04_world_creature.sql
new file mode 100644
index 00000000000..58970cd03c7
--- /dev/null
+++ b/sql/updates/world/2012_01_04_04_world_creature.sql
@@ -0,0 +1,10 @@
+-- fix earlier typo in guid (recovered 1846)
+DELETE FROM `creature` WHERE `guid` = 1864;
+INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`) VALUES
+(1864,1096,0,1,1,7197,0,-11958.5,-484.88,17.0796,5.15875,300,0,0,1160,1067,0);
+
+DELETE FROM `creature_addon` WHERE `guid`=1864;
+INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
+(1864,0,0,0,4097,0,'');
+
+