diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2019-07-17 22:58:49 +0200 |
|---|---|---|
| committer | Treeston <treeston.mmoc@gmail.com> | 2019-07-17 22:58:49 +0200 |
| commit | b64834c3f5dd7e1be472950532ce00e70b4601fa (patch) | |
| tree | ed7fc4b14ff3e162d62f166255126ec3a046a968 /sql | |
| parent | af66b6098795fbc5656bffd299a6c2a0038e5ae5 (diff) | |
Scripts/Commands: Adjust .list respawns to use enum iteration. Add enum iteration capability to SpawnObjectTypes.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_07_17_07_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
