diff options
-rw-r--r-- | sql/updates/world/2012_02_10_01_world_gameobject.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_02_10_01_world_gameobject.sql b/sql/updates/world/2012_02_10_01_world_gameobject.sql new file mode 100644 index 00000000000..1dbbb850472 --- /dev/null +++ b/sql/updates/world/2012_02_10_01_world_gameobject.sql @@ -0,0 +1,3 @@ +-- Picnic Basket +UPDATE `gameobject_template` SET `flags`=0, `AIName`='' WHERE `entry`=187267; +DELETE FROM `smart_scripts` WHERE `entryorguid`=187267 AND `source_type`=1; |