diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-09-21 20:13:26 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-09-21 20:13:26 +0200 |
| commit | 0f87f50c84fa83bace0a0426510b4952c1457cfa (patch) | |
| tree | 82ff86173f58a1011e0c8fa1a423fee4d70fc605 | |
| parent | ae35e6f86a0fc1c72c74b1b90ec034edb695c643 (diff) | |
DB/Creature: Ore Cart
Closes #20371
| -rw-r--r-- | sql/updates/world/3.3.5/2017_09_21_09_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_09_21_09_world.sql b/sql/updates/world/3.3.5/2017_09_21_09_world.sql new file mode 100644 index 00000000000..df8f4f52e4d --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
