diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-10 01:45:24 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-10 01:45:24 +0200 |
commit | 44c0eb44182721a933c657883c42eb1b4b7594a6 (patch) | |
tree | 7e75aa25724bfe0d4106adb579e160590f441426 | |
parent | a8b05dba7d25529f9fb1573d772379b7f08f9051 (diff) |
DB/Misc: Fix startup errors
-rw-r--r-- | sql/updates/world/2014_07_10_00_world_misc.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_10_00_world_misc.sql b/sql/updates/world/2014_07_10_00_world_misc.sql new file mode 100644 index 00000000000..9422bfced0a --- /dev/null +++ b/sql/updates/world/2014_07_10_00_world_misc.sql @@ -0,0 +1,2 @@ +UPDATE `creature` SET `spawndist`=0 WHERE `id` IN (24335,24336); +UPDATE `smart_scripts` SET `action_type`=85,`action_param1`=38228,`action_param2`=1 WHERE `entryorguid`=19823 AND `source_type`=0 AND `id`=0; |