From d46d7f39f71255555070fda06b3b40e1f3588362 Mon Sep 17 00:00:00 2001 From: zxbiohazardzx Date: Sat, 4 Feb 2012 10:44:34 +0100 Subject: DB/Gameobjects: Update Supply Crate type from sniff --- sql/updates/world/2012_02_04_00_world_gameobject_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2012_02_04_00_world_gameobject_template.sql (limited to 'sql') diff --git a/sql/updates/world/2012_02_04_00_world_gameobject_template.sql b/sql/updates/world/2012_02_04_00_world_gameobject_template.sql new file mode 100644 index 00000000000..d824c35da51 --- /dev/null +++ b/sql/updates/world/2012_02_04_00_world_gameobject_template.sql @@ -0,0 +1,2 @@ +-- set correct type from sniff +UPDATE `gameobject_template` SET `type`=33 WHERE `entry`=166872; -- cgit v1.2.3