aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-06-22 22:26:31 +0200
committerKillyana <morphone1@gmail.com>2017-06-22 22:26:31 +0200
commite90660bab33ead6aa8b3aabfcbbdcd6a552cadd7 (patch)
tree4ebdda9128ecbefa392e795e544ef738682c945c
parentdcc43de72fb58905bfc8f53d1d03274f75760ea2 (diff)
DB/Creature: Serfex the Reaver
Add pooling
-rw-r--r--sql/updates/world/3.3.5/2017_06_22_00_world.sql17
1 files changed, 17 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_06_22_00_world.sql b/sql/updates/world/3.3.5/2017_06_22_00_world.sql
new file mode 100644
index 00000000000..6221256831d
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_06_22_00_world.sql
@@ -0,0 +1,17 @@
+--
+DELETE FROM `creature` WHERE `guid` IN (80429,80430,80431);
+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
+(80429, 28083, 571, 0, 0, 1, 1, 0, 0, 4828.275, 4759.095, -75.660, 3.921138, 300, 5, 0, 11770, 0, 1, 0, 0, 0, 0),
+(80430, 28083, 571, 0, 0, 1, 1, 0, 0, 4767.104, 4694.607, -67.343, 5.262608, 300, 5, 0, 11770, 0, 1, 0, 0, 0, 0),
+(80431, 28083, 571, 0, 0, 1, 1, 0, 0, 4859.410, 4397.716, -62.169, 4.507830, 300, 5, 0, 11770, 0, 1, 0, 0, 0, 0);
+
+DELETE FROM `pool_template` WHERE `entry`=374;
+INSERT INTO pool_template (`entry`,`max_limit`,`description`) VALUES
+(374,1, 'Serfex the Reaver Spawn (1 out 4)');
+
+DELETE FROM `pool_creature` WHERE `pool_entry`=374;
+INSERT INTO pool_creature(`guid`,`pool_entry`,`chance`,`description`) VALUES
+(80429,374,0, 'Serfex the Reaver 1'),
+(80430,374,0, 'Serfex the Reaver 2'),
+(80431,374,0, 'Serfex the Reaver 3'),
+(112864,374,0, 'Serfex the Reaver 4');