diff options
author | tkrokli <tkrokli@users.noreply.github.com> | 2016-10-16 21:27:41 +0200 |
---|---|---|
committer | tkrokli <tkrokli@users.noreply.github.com> | 2016-10-16 21:27:41 +0200 |
commit | e5f21a8478d269d61bb2ced9968e8781e781d663 (patch) | |
tree | 1ee4b1791d2d170894a45b41f21e73ecef6e52c4 | |
parent | c8bd6a7ec58f87b092b733c4b62546d821322fe8 (diff) |
DB/gameobject: add missing AIName to some GOs
- 190549 (The Zephyr)
- 194115 (Shoeshine Seat)
- 194555 (Archivum Console)
- 202443 (Dedication of Honor)
-rw-r--r-- | sql/updates/world/master/2016_10_17_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2016_10_17_02_world.sql b/sql/updates/world/master/2016_10_17_02_world.sql new file mode 100644 index 00000000000..ed9c9768e49 --- /dev/null +++ b/sql/updates/world/master/2016_10_17_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject_template` SET `AIName`='SmartGameObjectAI' WHERE `entry` IN (190549,194115,194555,202443); |