diff options
| author | Wyrserth <wyrserth@protonmail.com> | 2019-06-26 12:01:31 +0200 |
|---|---|---|
| committer | Wyrserth <wyrserth@protonmail.com> | 2019-06-26 12:06:45 +0200 |
| commit | 22b222b44e2f26900568af2ebdb92bf19185cfb9 (patch) | |
| tree | be4e18b2b480c2ff61acbf9beccb0200236d0cc4 /sql/updates | |
| parent | fe744977c917957e112704ccd66e228b826b3f7a (diff) | |
Script/CoS: fix DB error and remove wrong on-death text for Chrono-Lord Epoch.
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); |
