diff options
author | Wyreth <Wyreth@users.noreply.github.com> | 2017-09-21 20:13:26 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-09-07 22:25:52 +0200 |
commit | 408dba5baee40c55e716252884046aae8b7309a2 (patch) | |
tree | 48f77fac39186982f438ec74435a44675bf85c69 | |
parent | 134db0d87e5b30d6f144e907319d0228c38c8250 (diff) |
DB/Creature: Ore Cart
Closes #20371
(cherry picked from commit 0f87f50c84fa83bace0a0426510b4952c1457cfa)
-rw-r--r-- | sql/updates/world/master/2020_09_07_02_world_2017_09_21_09_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_07_02_world_2017_09_21_09_world.sql b/sql/updates/world/master/2020_09_07_02_world_2017_09_21_09_world.sql new file mode 100644 index 00000000000..df8f4f52e4d --- /dev/null +++ b/sql/updates/world/master/2020_09_07_02_world_2017_09_21_09_world.sql @@ -0,0 +1,3 @@ +-- Ore Cart +UPDATE `creature` SET `modelid`=0 WHERE `id`=25986; +UPDATE `smart_scripts` SET `action_param1`=2000, `comment`="Ore Cart - On Waypoint 15 Reached - Despawn In 2 Seconds" WHERE `entryorguid`=25986 AND `id`=2; |