diff options
| author | zxbiohazardzx <zxbiohazardzx@gmail.com> | 2012-02-04 10:44:34 +0100 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-02-04 10:44:34 +0100 |
| commit | d46d7f39f71255555070fda06b3b40e1f3588362 (patch) | |
| tree | 44748283e1a9e9918597d42e6cb5a8459eee0138 | |
| parent | c6b1cc9c8ba7665962b4610f97146064692871c6 (diff) | |
DB/Gameobjects: Update Supply Crate type from sniff
| -rw-r--r-- | sql/updates/world/2012_02_04_00_world_gameobject_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
