What's new

Minor fixes

Status
Not open for further replies.

Zafire

https://zafirehd.deviantart.com
Admin
Designer
Senior User
245
2013
23
Location
Siberia
I have inspected some of them and the updates seem accurate.
Thank you for your contribution!

Zafire
 

Zenc

Veteran Member
99
2014
2
Very kind of u to contribute to bug fixes very nice thanks bud. Just as they said. When posting fixes, make sure to write details of what u have done and what it will fix.
 

vanokron

Verified Member
5
2014
1
-- Lexington Mortaim - Remove duplicate creature
DELETE FROM `creature` WHERE (`guid`=65568);
-- Bethor Iceshard - Remove duplicate creature
DELETE FROM `creature` WHERE (`guid`=65567);
-- Luther Pickman - Remove duplicate creature
DELETE FROM `creature` WHERE (`guid`=65610);
-- Kaal Soulreaper - Remove duplicate creature
DELETE FROM `creature` WHERE (`guid`=65608);
-- Martha Strain - Remove duplicate creature
DELETE FROM `creature` WHERE (`guid`=65595);
-- Godrick Farsan - Remove duplicate creature
DELETE FROM `creature` WHERE (`guid`=65572);
-- Kaelystia Hatebringer - Remove duplicate creature
DELETE FROM `creature` WHERE (`guid`=65574);
-- Pierce Shackleton - Remove duplicate creature
DELETE FROM `creature` WHERE (`guid`=65593);
-- Ophelia Montague Banker - Remove staff from hands
DELETE FROM `creature_equip_template` WHERE (`entry`=4550);
-- Water Barrel - Remove trash game object
DELETE FROM `gameobject` WHERE (`guid`=289743);
 

xaryon

Senior User
Veteran Member
77
2014
2
Location
Wroclaw, Poland
I might get flamed for asking this, but how to implement those fixes? :) just download and replace old files or...?
 

Zafire

https://zafirehd.deviantart.com
Admin
Designer
Senior User
245
2013
23
Location
Siberia
I might get flamed for asking this, but how to implement those fixes? :) just download and replace old files or...?

  • Download a software called "HeidiSQL", download the latest version.
  • Open the .SQL files with HeidiSQL and click on the "play" button to execute.
  • Restart your worldserver for effect.
 

xaryon

Senior User
Veteran Member
77
2014
2
Location
Wroclaw, Poland
Thx, I just used those fixes using that program, went smoothly :) It would be a good thing to upload all minor fixes in this thread.
 
Status
Not open for further replies.
Top