aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarpten <vertozor@gmail.com>2016-07-05 11:02:58 +0200
committerGitHub <noreply@github.com>2016-07-05 11:02:58 +0200
commitd8919cc3d997522f70885eb12331be4b20db949f (patch)
tree911326b432991394c484636f6956a31fe9f6cc0a
parent182904946174cd635b7478bd38507235d0d45aa2 (diff)
SQL: Fix creature GUID from previous commits (in case you already applied the previous SQL)
Hopefully you didn't and I can get shitmixed appropriately.
-rw-r--r--sql/updates/world/3.3.5/2016_07_05_01_world_sql.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_05_01_world_sql.sql b/sql/updates/world/3.3.5/2016_07_05_01_world_sql.sql
new file mode 100644
index 00000000000..f0319889412
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_07_05_01_world_sql.sql
@@ -0,0 +1,5 @@
+SET @CGUID := 11003;
+
+DELETE FROM `creature` WHERE `id`=40146;
+INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
+(@CGUID, 40146, 724, 0, 0, 15, 33, 0, 0, 3156.037, 533.2656, 72.97205, 0, 604800, 0, 0, 0, 0, 0, 0, 0, 0, 0);