aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-07-08 18:55:29 +0200
committerShauren <shauren.trinity@gmail.com>2020-08-18 18:53:13 +0200
commitbefbfbb655731f0202b79586c98f2780ca507edf (patch)
tree38adfdefdec10a10e441da5175b6343d1a2dba95
parentdb80892a41e6923a02dd1a083684aac5f7bc2eeb (diff)
DB/Creature: Tivax the Breaker
(cherry picked from commit c6d799444572a6d3023a560d7d1c24b0d7a8d050)
-rw-r--r--sql/updates/world/master/2020_08_16_02_world_2017_07_08_00_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_08_16_02_world_2017_07_08_00_world.sql b/sql/updates/world/master/2020_08_16_02_world_2017_07_08_00_world.sql
new file mode 100644
index 00000000000..ed7be436ef8
--- /dev/null
+++ b/sql/updates/world/master/2020_08_16_02_world_2017_07_08_00_world.sql
@@ -0,0 +1,9 @@
+--
+DELETE FROM `pool_template` WHERE `entry`=377;
+INSERT INTO pool_template (`entry`,`max_limit`,`description`) VALUES
+(377,1, 'Tivax the Breaker (1 out 2)');
+
+DELETE FROM `pool_creature` WHERE `pool_entry`=377;
+INSERT INTO pool_creature(`guid`,`pool_entry`,`chance`,`description`) VALUES
+(109685,377,0, 'Tivax the Breaker 1'),
+(109693,377,0, 'Tivax the Breaker 2');