Skip to content

Commit

Permalink
DB/Gameobjet: Delete more duplicate spawns
Browse files Browse the repository at this point in the history
  • Loading branch information
Aokromes committed Aug 21, 2016
1 parent d5e0e99 commit 525aa42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sql/updates/world/2016_08_21_07_world.sql
@@ -1,3 +1,3 @@
--
DELETE FROM `gameobject` WHERE `guid` IN (203050,203055,212756,212758,216476,216479,220581,220583);
DELETE FROM `gameobject_addon` WHERE `guid` IN (203050,203055,212756,212758,216476,216479,220581,220583);
DELETE FROM `gameobject_addon` WHERE `guid` IN (203050,203055,212756,212758,216476,216479,220581,220583);
3 changes: 3 additions & 0 deletions sql/updates/world/2016_08_21_08_world.sql
@@ -0,0 +1,3 @@
--
DELETE FROM `gameobject` WHERE `guid` IN (203025,208597,212739,216495,203024,208524,212741,216497,203027,208522,212738,216494,201034,203035,208074,212722,216483,203034,207968,212725,216486,203033,207967,212730,216489,203032,207715,212735,216492,203038,212736,216498,220594,203042,207721,212720,216482,203047,212721,216484,220599,203047,212721,216484,220599,203045,212729,216490,220596,203046,212726,216487,220597,203041,207714,212724,216485,203040,207713,212728,216488,203048,207712,212719,216481,203039,207711,212732,216491,203026,208075,212740,216496,203028,212755,216506,220593,203029,212746,216503,220595,203030,212752,216505,220592,203031,212744,216499,220591,203036,212751,216504,220590,203037,212750,216501,220589,203043,212747,216502,220588,203044,212745,216500,220587);
DELETE FROM `gameobject_addon` WHERE `guid` IN (203025,208597,212739,216495,203024,208524,212741,216497,203027,208522,212738,216494,201034,203035,208074,212722,216483,203034,207968,212725,216486,203033,207967,212730,216489,203032,207715,212735,216492,203038,212736,216498,220594,203042,207721,212720,216482,203047,212721,216484,220599,203047,212721,216484,220599,203045,212729,216490,220596,203046,212726,216487,220597,203041,207714,212724,216485,203040,207713,212728,216488,203048,207712,212719,216481,203039,207711,212732,216491,203026,208075,212740,216496,203028,212755,216506,220593,203029,212746,216503,220595,203030,212752,216505,220592,203031,212744,216499,220591,203036,212751,216504,220590,203037,212750,216501,220589,203043,212747,216502,220588,203044,212745,216500,220587);

0 comments on commit 525aa42

Please sign in to comment.