diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_06_26_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_26_00_world.sql b/sql/updates/world/3.3.5/2019_06_26_00_world.sql new file mode 100644 index 00000000000..15169ab85c2 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_06_26_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_text` WHERE `CreatureID`=26532 AND `GroupID`=4; +DELETE FROM `spawn_group` WHERE `groupId`=52; +INSERT INTO `spawn_group` (`groupId`,`spawnType`,`spawnId`) VALUES (52, 0, 111214); |
