mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB: Fix Some DB errors related to pooling
This commit is contained in:
11
sql/updates/world/3.3.5/2017_12_20_04_world.sql
Normal file
11
sql/updates/world/3.3.5/2017_12_20_04_world.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
--
|
||||
DELETE FROM `gameobject` WHERE `id`=64922 AND `guid`=189980;
|
||||
DELETE FROM `gameobject_addon` WHERE `guid`=189980;
|
||||
DELETE FROM `pool_gameobject` WHERE `pool_entry`=5217 ;
|
||||
DELETE FROM `pool_creature` WHERE `guid`=134515 AND `pool_entry`=1047;
|
||||
DELETE FROM `pool_template` WHERE `entry` IN (5217,5450,5506,5517,5608);
|
||||
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES
|
||||
(5450,1,"Icecrown node 3"),
|
||||
(5506,1,"Icecrown node 59"),
|
||||
(5517,1,"Icecrown node 70"),
|
||||
(5608,1,"Icecrown node 161");
|
||||
Reference in New Issue
Block a user