DB/gameobject: add missing AIName to some GOs

- 190549 (The Zephyr)
- 194115 (Shoeshine Seat)
- 194555 (Archivum Console)
- 202443 (Dedication of Honor)
This commit is contained in:
tkrokli
2016-10-16 21:27:41 +02:00
parent c8bd6a7ec5
commit e5f21a8478

View File

@@ -0,0 +1,2 @@
--
UPDATE `gameobject_template` SET `AIName`='SmartGameObjectAI' WHERE `entry` IN (190549,194115,194555,202443);