From b64834c3f5dd7e1be472950532ce00e70b4601fa Mon Sep 17 00:00:00 2001 From: Treeston Date: Wed, 17 Jul 2019 22:58:49 +0200 Subject: Scripts/Commands: Adjust .list respawns to use enum iteration. Add enum iteration capability to SpawnObjectTypes. --- sql/updates/world/3.3.5/2019_07_17_07_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_07_17_07_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_07_17_07_world.sql b/sql/updates/world/3.3.5/2019_07_17_07_world.sql new file mode 100644 index 00000000000..f6b9ff3d219 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_17_07_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `trinity_string` WHERE `entry` IN (5081,5082,5084); -- cgit v1.2.3