What's new

Global misc fixes | MoP 5.4.8

eltnen

Gold Supporter
Verified Member
12
2023
10
Location
Netherlands
After playing I noticed some bugs I fixed on my server. I will update this thread as I find more

----- 2023-06-30 -----
Invalid copper veins
SQL:
UPDATE `mop_world`.`gameobject` SET `id` = '1731' WHERE (`guid` = '1350');
UPDATE `mop_world`.`gameobject` SET `id` = '1731' WHERE (`guid` = '5377');
UPDATE `mop_world`.`gameobject` SET `id` = '1731' WHERE (`guid` = '6371');
UPDATE `mop_world`.`gameobject` SET `id` = '1731' WHERE (`guid` = '7960');
UPDATE `mop_world`.`gameobject` SET `id` = '1731' WHERE (`guid` = '9779');
UPDATE `mop_world`.`gameobject` SET `id` = '1731' WHERE (`guid` = '11417');
UPDATE `mop_world`.`gameobject` SET `id` = '1731' WHERE (`guid` = '13202');
UPDATE `mop_world`.`gameobject` SET `id` = '1731' WHERE (`guid` = '13203');
UPDATE `mop_world`.`gameobject` SET `id` = '1731' WHERE (`guid` = '14353');
UPDATE `mop_world`.`gameobject` SET `id` = '1731' WHERE (`guid` = '14383');
UPDATE `mop_world`.`gameobject` SET `id` = '1731' WHERE (`guid` = '16325');
UPDATE `mop_world`.`gameobject` SET `id` = '1731' WHERE (`guid` = '19017');
UPDATE `mop_world`.`gameobject` SET `id` = '1731' WHERE (`guid` = '24137');
UPDATE `mop_world`.`gameobject` SET `id` = '1731' WHERE (`guid` = '24166');
UPDATE `mop_world`.`gameobject` SET `id` = '1731' WHERE (`guid` = '48005');
UPDATE `mop_world`.`gameobject` SET `id` = '1731' WHERE (`guid` = '48027');
DELETE FROM `mop_world`.`gameobject_template` WHERE (`entry` = '3763');
DELETE FROM `mop_world`.`gameobject_template` WHERE (`entry` = '103713');
DELETE FROM `mop_world`.`gameobject_template` WHERE (`entry` = '103714');
DELETE FROM `mop_world`.`gameobject_template` WHERE (`entry` = '203298');
 
Top