diff options
author | Killyana <morphone1@gmail.com> | 2019-04-06 17:59:51 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-26 22:27:11 +0100 |
commit | fa310e205852c96bb479dbe46f94cfb62d42a0fe (patch) | |
tree | b2afde82a0c0482ba740ff93bee41f26be24ce8a | |
parent | d5daa2ad49a5a5d23ec4fae7508998ff9b1b6ad1 (diff) |
DB: Fix some pooling related to events
Closes #21132
(cherry picked from commit 50dae61ae1d6e379fab290e93955748ccc54df09)
-rw-r--r-- | sql/updates/world/master/2021_11_26_13_world_2019_04_06_00_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_26_13_world_2019_04_06_00_world_335.sql b/sql/updates/world/master/2021_11_26_13_world_2019_04_06_00_world_335.sql new file mode 100644 index 00000000000..332f750a630 --- /dev/null +++ b/sql/updates/world/master/2021_11_26_13_world_2019_04_06_00_world_335.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=-4 AND `guid`=26813; +DELETE FROM `game_event_gameobject` WHERE `eventEntry` = 9 AND `guid` IN (151896, 151897, 151898, 151899, 151900, 151901, 151902, 151903, 151904, 151905, 151906, 151907, 151908, 151909, 151910, 151911, 151912, 151913, 151914, 151915, 151916, 151917, 151918, 151919, 151920, 151921, 151922, 151923, 151924, 151925, 151926, 151927, 151928, 151929, 151930, 151931, 151932, 151933, 151934, 151935, 151936, 151937, 151938, 151939, 151940, 151941, 151942, 151943, 151944, 151945, 151946, 151947, 151948, 151949, 151950, 151951, 151952, 151953, 151954, 151955, 151956, 151957, 151958, 151959, 151960, 151961, 151962, 151963, 151964, 151965, 151966, 151967, 151968, 151969, 151970, 151971, 151972, 151973, 151974, 151975, 151976, 151977, 151978, 151979, 151980, 151981, 151982, 151983, 151984, 151985, 151986, 151987, 151988, 151989, 151990, 151991, 151992, 151993, 151994, 151995, 151996, 151997, 151998, 151999, 152000, 152001, 152002, 152003, 152004, 152005, 152006, 152007, 152008, 152009, 152010, 152011, 152012, 152013, 152014, 152015, 152016, 152017, 152018, 152019, 152020, 152021, 152022, 152023, 152024, 152025, 152026, 152027, 152028, 152029, 152030, 152031, 152032, 152033, 152034, 152035, 152036, 152037, 152038, 152039, 152040, 152041, 152042, 152043, 152044, 152045, 152046, 152047, 152048, 152049, 152050, 152051, 152052, 152053, 152054, 152055, 152056, 152057, 152058, 152059, 152060, 152061, 152062, 152063, 152064, 152065, 152066, 152067, 152068, 152069, 152070, 152071, 152072, 152073, 152074, 152075, 152076, 152077, 152078, 152079, 152080, 152081, 152082, 152083, 152084, 152085, 152086, 152087, 152088, 152089, 152090, 152091, 152092, 152093, 152094, 152095, 152096, 152097, 152098, 152099, 152100, 152101, 152102, 152103, 152104, 152105, 152106, 152107, 152108, 152109, 152110, 152111, 152112, 152113, 152114, 152115); |