diff options
author | Kinzcool <kinzzcool@hotmail.com> | 2014-06-08 03:13:18 -0400 |
---|---|---|
committer | Unholychick <lucas__jensen@hotmail.com> | 2014-06-09 23:11:02 +0200 |
commit | 9d481fd64ddec25d55940a986eaef4bb5f95895f (patch) | |
tree | 1d372ed69978b083a0ca7aa42c08f4cfd176a107 | |
parent | ae18b84c735607b44efdd3aa18c19d84e363853f (diff) |
DB/GameObjects: Deleted no longer needed gameobjects spawns since their phaseMask correction
-rw-r--r-- | sql/updates/world/2014_06_08_03_world_gameobject.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_06_08_03_world_gameobject.sql b/sql/updates/world/2014_06_08_03_world_gameobject.sql new file mode 100644 index 00000000000..8fe57fa39b5 --- /dev/null +++ b/sql/updates/world/2014_06_08_03_world_gameobject.sql @@ -0,0 +1 @@ +DELETE FROM `gameobject` WHERE `guid` IN (66459, 66460, 66461, 66462, 66463, 66464, 66465, 66466, 66467, 66468, 66469, 66470, 66478, 66479, 66516, 66518, 66520, 66600, 66601, 66602, 66603, 66604, 66605, 66606, 66607, 66608, 66609, 66610, 74688, 74690, 74696, 74698, 74702, 74704, 74706, 74712, 74714, 74720, 74722, 74724, 74726, 74728, 74730, 74732, 74734, 74736, 74738, 74740, 74742, 74744, 74746, 74748, 74750, 74752, 74754, 74756, 74758, 74760, 74762, 74764, 74766, 74768, 74770, 74772); |