aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-07-16 09:44:04 +0200
committerGitHub <noreply@github.com>2016-07-16 09:44:04 +0200
commit236547435ab62902fbdfbcae297695b5ccdeba26 (patch)
treef0038f1d9703f737e0ba405c163a7535de5d5219
parente5f4ef12db6cc5cfec2cbff099ccf31532c5a513 (diff)
DB/Creature: Delete incorrectly deleted spawn
-rw-r--r--sql/updates/world/3.3.5/2016_07_16_05_world_335.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_16_05_world_335.sql b/sql/updates/world/3.3.5/2016_07_16_05_world_335.sql
new file mode 100644
index 00000000000..6fd17188e7e
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_07_16_05_world_335.sql
@@ -0,0 +1,3 @@
+DELETE FROM `creature` WHERE `guid`=52668;
+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`, `VerifiedBuild`) VALUES
+(52668, 10979, 0, 1, 1, 2709, 0, 2109.13, -1829.79, 58.1995, 3.9185, 315, 3, 0, 2964, 0, 1, 0, 0, 0, 0);