diff options
| author | Wyrserth <wyrserth@protonmail.com> | 2019-06-26 12:01:31 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-13 00:42:17 +0100 |
| commit | 902a6f17dccb6f6adb749cb908ccb36265b1771b (patch) | |
| tree | 1e7386914b73677bfbb3768a261c7e4a0f2c2f70 /sql | |
| parent | 30cec73c6106d2f0879a11731afdd840e6bc0bcd (diff) | |
Script/CoS: fix DB error and remove wrong on-death text for Chrono-Lord Epoch.
(cherry picked from commit 22b222b44e2f26900568af2ebdb92bf19185cfb9)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_12_12_02_world_2019_06_26_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_12_02_world_2019_06_26_00_world.sql b/sql/updates/world/master/2021_12_12_02_world_2019_06_26_00_world.sql new file mode 100644 index 00000000000..15169ab85c2 --- /dev/null +++ b/sql/updates/world/master/2021_12_12_02_world_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); |
